pub enum ResponseItemLifecycleStatus {
InProgress,
Completed,
Incomplete,
}Variants§
Trait Implementations§
Source§impl Clone for ResponseItemLifecycleStatus
impl Clone for ResponseItemLifecycleStatus
Source§fn clone(&self) -> ResponseItemLifecycleStatus
fn clone(&self) -> ResponseItemLifecycleStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResponseItemLifecycleStatus
impl Debug for ResponseItemLifecycleStatus
Source§impl<'de> Deserialize<'de> for ResponseItemLifecycleStatus
impl<'de> Deserialize<'de> for ResponseItemLifecycleStatus
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
impl Eq for ResponseItemLifecycleStatus
impl StructuralPartialEq for ResponseItemLifecycleStatus
Auto Trait Implementations§
impl Freeze for ResponseItemLifecycleStatus
impl RefUnwindSafe for ResponseItemLifecycleStatus
impl Send for ResponseItemLifecycleStatus
impl Sync for ResponseItemLifecycleStatus
impl Unpin for ResponseItemLifecycleStatus
impl UnsafeUnpin for ResponseItemLifecycleStatus
impl UnwindSafe for ResponseItemLifecycleStatus
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