pub struct ReceiverBootstrap { /* private fields */ }Expand description
Unique inherited receiver bootstrap authority.
Ordinary helpers obtain this token only from crate::receiver_main!. Consuming
the token transfers the sole inherited native endpoint into negotiation;
it is non-cloneable and exposes no raw descriptor.
Auto Trait Implementations§
impl !RefUnwindSafe for ReceiverBootstrap
impl !Sync for ReceiverBootstrap
impl Freeze for ReceiverBootstrap
impl Send for ReceiverBootstrap
impl Unpin for ReceiverBootstrap
impl UnsafeUnpin for ReceiverBootstrap
impl UnwindSafe for ReceiverBootstrap
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