pub struct Link<A>where
A: Agent,{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for Link<A>
impl<A> RefUnwindSafe for Link<A>
impl<A> Send for Link<A>
impl<A> Sync for Link<A>
impl<A> Unpin for Link<A>
impl<A> UnwindSafe for Link<A>
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