pub enum ResponseCommand {
Abort,
Continue,
}Expand description
Callback response command.
Variants§
Trait Implementations§
Source§impl Clone for ResponseCommand
impl Clone for ResponseCommand
Source§fn clone(&self) -> ResponseCommand
fn clone(&self) -> ResponseCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResponseCommand
impl Debug for ResponseCommand
Source§impl PartialEq for ResponseCommand
impl PartialEq for ResponseCommand
impl Copy for ResponseCommand
impl Eq for ResponseCommand
impl StructuralPartialEq for ResponseCommand
Auto Trait Implementations§
impl Freeze for ResponseCommand
impl RefUnwindSafe for ResponseCommand
impl Send for ResponseCommand
impl Sync for ResponseCommand
impl Unpin for ResponseCommand
impl UnsafeUnpin for ResponseCommand
impl UnwindSafe for ResponseCommand
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