pub struct MessageContentTextAnnotationsFileCitationObject {
pub end_index: i32,
pub file_citation: MessageContentTextAnnotationsFileCitationObjectFileCitation,
pub start_index: i32,
pub text: String,
pub _type: String,
}
Fields§
§end_index: i32
§file_citation: MessageContentTextAnnotationsFileCitationObjectFileCitation
§start_index: i32
§text: String
The text in the message content that needs to be replaced.
_type: String
Always file_citation
.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MessageContentTextAnnotationsFileCitationObject
impl<'de> Deserialize<'de> for MessageContentTextAnnotationsFileCitationObject
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
Auto Trait Implementations§
impl Freeze for MessageContentTextAnnotationsFileCitationObject
impl RefUnwindSafe for MessageContentTextAnnotationsFileCitationObject
impl Send for MessageContentTextAnnotationsFileCitationObject
impl Sync for MessageContentTextAnnotationsFileCitationObject
impl Unpin for MessageContentTextAnnotationsFileCitationObject
impl UnwindSafe for MessageContentTextAnnotationsFileCitationObject
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