pub struct ModelV2InfoVariantsItem {
pub body: Map<String, Value>,
pub headers: BTreeMap<String, String>,
pub id: String,
}Fields§
§body: Map<String, Value>§headers: BTreeMap<String, String>§id: StringTrait Implementations§
Source§impl Clone for ModelV2InfoVariantsItem
impl Clone for ModelV2InfoVariantsItem
Source§fn clone(&self) -> ModelV2InfoVariantsItem
fn clone(&self) -> ModelV2InfoVariantsItem
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 ModelV2InfoVariantsItem
impl Debug for ModelV2InfoVariantsItem
Source§impl<'de> Deserialize<'de> for ModelV2InfoVariantsItem
impl<'de> Deserialize<'de> for ModelV2InfoVariantsItem
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 ModelV2InfoVariantsItem
impl PartialEq for ModelV2InfoVariantsItem
Source§impl Serialize for ModelV2InfoVariantsItem
impl Serialize for ModelV2InfoVariantsItem
impl StructuralPartialEq for ModelV2InfoVariantsItem
Auto Trait Implementations§
impl Freeze for ModelV2InfoVariantsItem
impl RefUnwindSafe for ModelV2InfoVariantsItem
impl Send for ModelV2InfoVariantsItem
impl Sync for ModelV2InfoVariantsItem
impl Unpin for ModelV2InfoVariantsItem
impl UnsafeUnpin for ModelV2InfoVariantsItem
impl UnwindSafe for ModelV2InfoVariantsItem
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