pub enum StateNotificationState {
Created,
Started,
Settled,
Closed,
Deactivated,
Terminated,
}Variants§
Trait Implementations§
Source§impl Clone for StateNotificationState
impl Clone for StateNotificationState
Source§fn clone(&self) -> StateNotificationState
fn clone(&self) -> StateNotificationState
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 StateNotificationState
impl Debug for StateNotificationState
Source§impl Default for StateNotificationState
impl Default for StateNotificationState
Source§fn default() -> StateNotificationState
fn default() -> StateNotificationState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StateNotificationState
impl<'de> Deserialize<'de> for StateNotificationState
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 PartialEq for StateNotificationState
impl PartialEq for StateNotificationState
Source§impl Serialize for StateNotificationState
impl Serialize for StateNotificationState
impl StructuralPartialEq for StateNotificationState
Auto Trait Implementations§
impl Freeze for StateNotificationState
impl RefUnwindSafe for StateNotificationState
impl Send for StateNotificationState
impl Sync for StateNotificationState
impl Unpin for StateNotificationState
impl UnwindSafe for StateNotificationState
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