pub struct ResponseInputPayload(/* private fields */);Expand description
表示 responses 请求的输入载荷。
Implementations§
Trait Implementations§
Source§impl Clone for ResponseInputPayload
impl Clone for ResponseInputPayload
Source§fn clone(&self) -> ResponseInputPayload
fn clone(&self) -> ResponseInputPayload
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 ResponseInputPayload
impl Debug for ResponseInputPayload
Source§impl Default for ResponseInputPayload
impl Default for ResponseInputPayload
Source§impl<'de> Deserialize<'de> for ResponseInputPayload
impl<'de> Deserialize<'de> for ResponseInputPayload
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<&str> for ResponseInputPayload
impl From<&str> for ResponseInputPayload
Source§impl From<ResponseInputPayload> for Value
impl From<ResponseInputPayload> for Value
Source§fn from(value: ResponseInputPayload) -> Self
fn from(value: ResponseInputPayload) -> Self
Converts to this type from the input type.
Source§impl From<String> for ResponseInputPayload
impl From<String> for ResponseInputPayload
Source§impl From<Value> for ResponseInputPayload
impl From<Value> for ResponseInputPayload
Source§impl From<Vec<ResponseInputItemPayload>> for ResponseInputPayload
impl From<Vec<ResponseInputItemPayload>> for ResponseInputPayload
Source§fn from(items: Vec<ResponseInputItemPayload>) -> Self
fn from(items: Vec<ResponseInputItemPayload>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ResponseInputPayload
impl RefUnwindSafe for ResponseInputPayload
impl Send for ResponseInputPayload
impl Sync for ResponseInputPayload
impl Unpin for ResponseInputPayload
impl UnsafeUnpin for ResponseInputPayload
impl UnwindSafe for ResponseInputPayload
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