pub enum TextAnnotationDelta {
FileCitation(MessageDeltaContentTextAnnotationsFileCitationObject),
FilePath(MessageDeltaContentTextAnnotationsFilePathObject),
}
Variants§
FileCitation(MessageDeltaContentTextAnnotationsFileCitationObject)
FilePath(MessageDeltaContentTextAnnotationsFilePathObject)
Trait Implementations§
Source§impl Clone for TextAnnotationDelta
impl Clone for TextAnnotationDelta
Source§fn clone(&self) -> TextAnnotationDelta
fn clone(&self) -> TextAnnotationDelta
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 TextAnnotationDelta
impl Debug for TextAnnotationDelta
Source§impl<'de> Deserialize<'de> for TextAnnotationDelta
impl<'de> Deserialize<'de> for TextAnnotationDelta
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 TextAnnotationDelta
impl PartialEq for TextAnnotationDelta
Source§impl Serialize for TextAnnotationDelta
impl Serialize for TextAnnotationDelta
impl StructuralPartialEq for TextAnnotationDelta
Auto Trait Implementations§
impl Freeze for TextAnnotationDelta
impl RefUnwindSafe for TextAnnotationDelta
impl Send for TextAnnotationDelta
impl Sync for TextAnnotationDelta
impl Unpin for TextAnnotationDelta
impl UnwindSafe for TextAnnotationDelta
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