pub enum PostChecksCreate {
PostChecksCreateVariant0(HashMap<String, String>),
}Variants§
Trait Implementations§
Source§impl Clone for PostChecksCreate
impl Clone for PostChecksCreate
Source§fn clone(&self) -> PostChecksCreate
fn clone(&self) -> PostChecksCreate
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 PostChecksCreate
impl Debug for PostChecksCreate
Source§impl<'de> Deserialize<'de> for PostChecksCreate
impl<'de> Deserialize<'de> for PostChecksCreate
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 PostChecksCreate
impl PartialEq for PostChecksCreate
Source§impl Serialize for PostChecksCreate
impl Serialize for PostChecksCreate
impl StructuralPartialEq for PostChecksCreate
Auto Trait Implementations§
impl Freeze for PostChecksCreate
impl RefUnwindSafe for PostChecksCreate
impl Send for PostChecksCreate
impl Sync for PostChecksCreate
impl Unpin for PostChecksCreate
impl UnwindSafe for PostChecksCreate
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