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