pub struct LinkInto;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkInto
impl RefUnwindSafe for LinkInto
impl Send for LinkInto
impl Sync for LinkInto
impl Unpin for LinkInto
impl UnwindSafe for LinkInto
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more