pub struct Attachment<L> { /* private fields */ }Expand description
One transport attachment consumed by LinkSource::next_link.
Use Attachment::initiator for the initiator side, or
prepare_acceptor_attachment on inbound links for the acceptor side.
Implementations§
Source§impl<L> Attachment<L>
impl<L> Attachment<L>
Auto Trait Implementations§
impl<L> Freeze for Attachment<L>where
L: Freeze,
impl<L> RefUnwindSafe for Attachment<L>where
L: RefUnwindSafe,
impl<L> Send for Attachment<L>where
L: Send,
impl<L> Sync for Attachment<L>where
L: Sync,
impl<L> Unpin for Attachment<L>where
L: Unpin,
impl<L> UnsafeUnpin for Attachment<L>where
L: UnsafeUnpin,
impl<L> UnwindSafe for Attachment<L>where
L: UnwindSafe,
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