pub enum ThreadAttachmentOperation {
Created,
Deleted,
}Expand description
The persisted attachment change represented by a notification.
Variants§
Trait Implementations§
Source§impl Clone for ThreadAttachmentOperation
impl Clone for ThreadAttachmentOperation
Source§fn clone(&self) -> ThreadAttachmentOperation
fn clone(&self) -> ThreadAttachmentOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ThreadAttachmentOperation
impl Debug for ThreadAttachmentOperation
Source§impl<'de> Deserialize<'de> for ThreadAttachmentOperation
impl<'de> Deserialize<'de> for ThreadAttachmentOperation
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
impl Eq for ThreadAttachmentOperation
impl StructuralPartialEq for ThreadAttachmentOperation
Auto Trait Implementations§
impl Freeze for ThreadAttachmentOperation
impl RefUnwindSafe for ThreadAttachmentOperation
impl Send for ThreadAttachmentOperation
impl Sync for ThreadAttachmentOperation
impl Unpin for ThreadAttachmentOperation
impl UnsafeUnpin for ThreadAttachmentOperation
impl UnwindSafe for ThreadAttachmentOperation
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