pub struct DefaultResultConsumer;
Trait Implementations§
Source§impl<S> ResultConsumer<S> for DefaultResultConsumer
impl<S> ResultConsumer<S> for DefaultResultConsumer
fn on_command_complete( &self, _context: Rc<CommandContext<S>>, _success: bool, _result: i32, )
Auto Trait Implementations§
impl Freeze for DefaultResultConsumer
impl RefUnwindSafe for DefaultResultConsumer
impl Send for DefaultResultConsumer
impl Sync for DefaultResultConsumer
impl Unpin for DefaultResultConsumer
impl UnwindSafe for DefaultResultConsumer
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