pub struct ExternReceiveContext;
Trait Implementations§
Source§impl Default for ExternReceiveContext
impl Default for ExternReceiveContext
Source§fn default() -> ExternReceiveContext
fn default() -> ExternReceiveContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExternReceiveContext
impl RefUnwindSafe for ExternReceiveContext
impl Send for ExternReceiveContext
impl Sync for ExternReceiveContext
impl Unpin for ExternReceiveContext
impl UnwindSafe for ExternReceiveContext
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