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