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