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