pub struct Reference<T: ?Sized>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<T: ?Sized> RelationshipSlot for Reference<T>
impl<T: ?Sized> RelationshipSlot for Reference<T>
fn descriptor(&self) -> RelationshipDescriptor
Auto Trait Implementations§
impl<T> Freeze for Reference<T>
impl<T> RefUnwindSafe for Reference<T>where
Relationship<T>: RefUnwindSafe,
T: ?Sized,
impl<T> Send for Reference<T>
impl<T> Sync for Reference<T>
impl<T> Unpin for Reference<T>
impl<T> UnsafeUnpin for Reference<T>where
Relationship<T>: UnsafeUnpin,
T: ?Sized,
impl<T> UnwindSafe for Reference<T>where
Relationship<T>: UnwindSafe,
T: ?Sized,
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