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