pub enum COLOExitReason {
none,
request,
error,
processing,
}
Variants§
Trait Implementations§
Source§impl Clone for COLOExitReason
impl Clone for COLOExitReason
Source§fn clone(&self) -> COLOExitReason
fn clone(&self) -> COLOExitReason
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 COLOExitReason
impl Debug for COLOExitReason
Source§impl<'de> Deserialize<'de> for COLOExitReason
impl<'de> Deserialize<'de> for COLOExitReason
Source§fn 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
Source§impl Enum for COLOExitReason
impl Enum for COLOExitReason
Source§impl FromStr for COLOExitReason
impl FromStr for COLOExitReason
Source§impl Hash for COLOExitReason
impl Hash for COLOExitReason
Source§impl Ord for COLOExitReason
impl Ord for COLOExitReason
Source§fn cmp(&self, other: &COLOExitReason) -> Ordering
fn cmp(&self, other: &COLOExitReason) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for COLOExitReason
impl PartialEq for COLOExitReason
Source§impl PartialOrd for COLOExitReason
impl PartialOrd for COLOExitReason
Source§impl Serialize for COLOExitReason
impl Serialize for COLOExitReason
impl Copy for COLOExitReason
impl Eq for COLOExitReason
impl StructuralPartialEq for COLOExitReason
Auto Trait Implementations§
impl Freeze for COLOExitReason
impl RefUnwindSafe for COLOExitReason
impl Send for COLOExitReason
impl Sync for COLOExitReason
impl Unpin for COLOExitReason
impl UnwindSafe for COLOExitReason
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