pub struct ResponseOutputTextAnnotationUnknown {
pub annotation_type: Option<String>,
pub extra: BTreeMap<String, Value>,
}Expand description
向前兼容保留的未知 output_text 注解。
Fields§
§annotation_type: Option<String>注解类型。
extra: BTreeMap<String, Value>额外字段。
Trait Implementations§
Source§impl Clone for ResponseOutputTextAnnotationUnknown
impl Clone for ResponseOutputTextAnnotationUnknown
Source§fn clone(&self) -> ResponseOutputTextAnnotationUnknown
fn clone(&self) -> ResponseOutputTextAnnotationUnknown
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 Default for ResponseOutputTextAnnotationUnknown
impl Default for ResponseOutputTextAnnotationUnknown
Source§fn default() -> ResponseOutputTextAnnotationUnknown
fn default() -> ResponseOutputTextAnnotationUnknown
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResponseOutputTextAnnotationUnknown
impl<'de> Deserialize<'de> for ResponseOutputTextAnnotationUnknown
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 ResponseOutputTextAnnotationUnknown
impl PartialEq for ResponseOutputTextAnnotationUnknown
Source§fn eq(&self, other: &ResponseOutputTextAnnotationUnknown) -> bool
fn eq(&self, other: &ResponseOutputTextAnnotationUnknown) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResponseOutputTextAnnotationUnknown
Auto Trait Implementations§
impl Freeze for ResponseOutputTextAnnotationUnknown
impl RefUnwindSafe for ResponseOutputTextAnnotationUnknown
impl Send for ResponseOutputTextAnnotationUnknown
impl Sync for ResponseOutputTextAnnotationUnknown
impl Unpin for ResponseOutputTextAnnotationUnknown
impl UnsafeUnpin for ResponseOutputTextAnnotationUnknown
impl UnwindSafe for ResponseOutputTextAnnotationUnknown
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