pub struct userLinkedOnly;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for userLinkedOnly
impl RefUnwindSafe for userLinkedOnly
impl Send for userLinkedOnly
impl Sync for userLinkedOnly
impl Unpin for userLinkedOnly
impl UnwindSafe for userLinkedOnly
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