pub enum SessionInputAnswerState {
Draft,
Submitted,
Skipped,
}Expand description
Answer lifecycle state.
Variants§
Trait Implementations§
Source§impl Clone for SessionInputAnswerState
impl Clone for SessionInputAnswerState
Source§fn clone(&self) -> SessionInputAnswerState
fn clone(&self) -> SessionInputAnswerState
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 SessionInputAnswerState
impl Debug for SessionInputAnswerState
Source§impl<'de> Deserialize<'de> for SessionInputAnswerState
impl<'de> Deserialize<'de> for SessionInputAnswerState
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 Hash for SessionInputAnswerState
impl Hash for SessionInputAnswerState
Source§impl PartialEq for SessionInputAnswerState
impl PartialEq for SessionInputAnswerState
Source§fn eq(&self, other: &SessionInputAnswerState) -> bool
fn eq(&self, other: &SessionInputAnswerState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SessionInputAnswerState
impl Serialize for SessionInputAnswerState
impl Copy for SessionInputAnswerState
impl Eq for SessionInputAnswerState
impl StructuralPartialEq for SessionInputAnswerState
Auto Trait Implementations§
impl Freeze for SessionInputAnswerState
impl RefUnwindSafe for SessionInputAnswerState
impl Send for SessionInputAnswerState
impl Sync for SessionInputAnswerState
impl Unpin for SessionInputAnswerState
impl UnsafeUnpin for SessionInputAnswerState
impl UnwindSafe for SessionInputAnswerState
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