Enum sozu_command_lib::command::CommandStatus
source · [−]pub enum CommandStatus {
Ok,
Processing,
Error,
}
Variants
Ok
Processing
Error
Trait Implementations
sourceimpl Clone for CommandStatus
impl Clone for CommandStatus
sourcefn clone(&self) -> CommandStatus
fn clone(&self) -> CommandStatus
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CommandStatus
impl Debug for CommandStatus
sourceimpl<'de> Deserialize<'de> for CommandStatus
impl<'de> Deserialize<'de> for CommandStatus
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Hash for CommandStatus
impl Hash for CommandStatus
sourceimpl PartialEq<CommandStatus> for CommandStatus
impl PartialEq<CommandStatus> for CommandStatus
sourcefn eq(&self, other: &CommandStatus) -> bool
fn eq(&self, other: &CommandStatus) -> bool
sourceimpl Serialize for CommandStatus
impl Serialize for CommandStatus
impl Eq for CommandStatus
impl StructuralEq for CommandStatus
impl StructuralPartialEq for CommandStatus
Auto Trait Implementations
impl RefUnwindSafe for CommandStatus
impl Send for CommandStatus
impl Sync for CommandStatus
impl Unpin for CommandStatus
impl UnwindSafe for CommandStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more