pub enum SessionProcessEventKind {
Started,
Cancelled,
}Variants§
Trait Implementations§
Source§impl Clone for SessionProcessEventKind
impl Clone for SessionProcessEventKind
Source§fn clone(&self) -> SessionProcessEventKind
fn clone(&self) -> SessionProcessEventKind
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 moreimpl Copy for SessionProcessEventKind
Source§impl Debug for SessionProcessEventKind
impl Debug for SessionProcessEventKind
Source§impl<'de> Deserialize<'de> for SessionProcessEventKind
impl<'de> Deserialize<'de> for SessionProcessEventKind
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 SessionProcessEventKind
Source§impl PartialEq for SessionProcessEventKind
impl PartialEq for SessionProcessEventKind
Source§fn eq(&self, other: &SessionProcessEventKind) -> bool
fn eq(&self, other: &SessionProcessEventKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SessionProcessEventKind
impl Serialize for SessionProcessEventKind
impl StructuralPartialEq for SessionProcessEventKind
Auto Trait Implementations§
impl Freeze for SessionProcessEventKind
impl RefUnwindSafe for SessionProcessEventKind
impl Send for SessionProcessEventKind
impl Sync for SessionProcessEventKind
impl Unpin for SessionProcessEventKind
impl UnsafeUnpin for SessionProcessEventKind
impl UnwindSafe for SessionProcessEventKind
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