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