pub struct CommandChannel<T> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<T> Freeze for CommandChannel<T>
impl<T> RefUnwindSafe for CommandChannel<T>
impl<T> Send for CommandChannel<T>where
T: Send,
impl<T> !Sync for CommandChannel<T>
impl<T> Unpin for CommandChannel<T>
impl<T> UnsafeUnpin for CommandChannel<T>
impl<T> UnwindSafe for CommandChannel<T>
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