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