#[repr(transparent)]pub struct SenderContext(pub Box<dyn Any + Send>);Tuple Fields§
§0: Box<dyn Any + Send>Auto Trait Implementations§
impl Freeze for SenderContext
impl !RefUnwindSafe for SenderContext
impl Send for SenderContext
impl !Sync for SenderContext
impl Unpin for SenderContext
impl !UnwindSafe for SenderContext
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