pub struct ObservingCommand<C>where
C: Command,{ /* private fields */ }
Implementations§
Source§impl<C> ObservingCommand<C>where
C: Command,
impl<C> ObservingCommand<C>where
C: Command,
Sourcepub fn new(command: C) -> ObservingCommand<C>
pub fn new(command: C) -> ObservingCommand<C>
Creates an ObservingCommand
for a
Command
.
Trait Implementations§
Source§impl<C> Command for ObservingCommand<C>where
C: Command,
impl<C> Command for ObservingCommand<C>where
C: Command,
Source§impl<C> From<C> for ObservingCommand<C>where
C: Command,
impl<C> From<C> for ObservingCommand<C>where
C: Command,
Source§impl<C> Hash for ObservingCommand<C>
impl<C> Hash for ObservingCommand<C>
Source§impl<C> Observer for ObservingCommand<C>where
C: Command,
impl<C> Observer for ObservingCommand<C>where
C: Command,
Source§impl<C> PartialEq for ObservingCommand<C>
impl<C> PartialEq for ObservingCommand<C>
impl<C> Eq for ObservingCommand<C>
Auto Trait Implementations§
impl<C> Freeze for ObservingCommand<C>where
C: Freeze,
impl<C> RefUnwindSafe for ObservingCommand<C>where
C: RefUnwindSafe,
impl<C> Send for ObservingCommand<C>where
C: Send,
impl<C> Sync for ObservingCommand<C>where
C: Sync,
impl<C> Unpin for ObservingCommand<C>where
C: Unpin,
impl<C> UnwindSafe for ObservingCommand<C>where
C: UnwindSafe,
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