pub enum InputChecklist {
InputChecklist(InputChecklist),
}Variants§
InputChecklist(InputChecklist)
Describes a checklist to be sent
Trait Implementations§
Source§impl Clone for InputChecklist
impl Clone for InputChecklist
Source§fn clone(&self) -> InputChecklist
fn clone(&self) -> InputChecklist
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 InputChecklist
impl Debug for InputChecklist
Source§impl<'de> Deserialize<'de> for InputChecklist
impl<'de> Deserialize<'de> for InputChecklist
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 InputChecklist
impl PartialEq for InputChecklist
Source§impl Serialize for InputChecklist
impl Serialize for InputChecklist
impl StructuralPartialEq for InputChecklist
Auto Trait Implementations§
impl Freeze for InputChecklist
impl RefUnwindSafe for InputChecklist
impl Send for InputChecklist
impl Sync for InputChecklist
impl Unpin for InputChecklist
impl UnsafeUnpin for InputChecklist
impl UnwindSafe for InputChecklist
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