pub struct Context<'a, Message, Output> { /* private fields */ }
Expand description
Allows for message passing between components
Implementations§
Source§impl<'a, Message, Output> Context<'a, Message, Output>
impl<'a, Message, Output> Context<'a, Message, Output>
Auto Trait Implementations§
impl<'a, Message, Output> Freeze for Context<'a, Message, Output>
impl<'a, Message, Output> !RefUnwindSafe for Context<'a, Message, Output>
impl<'a, Message, Output> Send for Context<'a, Message, Output>where
Output: Send,
impl<'a, Message, Output> Sync for Context<'a, Message, Output>where
Output: Sync,
impl<'a, Message, Output> Unpin for Context<'a, Message, Output>
impl<'a, Message, Output> !UnwindSafe for Context<'a, Message, Output>
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