pub enum DeletedFileType {
FileDeleted,
}Expand description
Object type tag for deleted file — always "file_deleted".
Variants§
FileDeleted
Trait Implementations§
Source§impl Clone for DeletedFileType
impl Clone for DeletedFileType
Source§fn clone(&self) -> DeletedFileType
fn clone(&self) -> DeletedFileType
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 DeletedFileType
impl Debug for DeletedFileType
Source§impl<'de> Deserialize<'de> for DeletedFileType
impl<'de> Deserialize<'de> for DeletedFileType
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 DeletedFileType
impl PartialEq for DeletedFileType
Source§impl Serialize for DeletedFileType
impl Serialize for DeletedFileType
impl Eq for DeletedFileType
impl StructuralPartialEq for DeletedFileType
Auto Trait Implementations§
impl Freeze for DeletedFileType
impl RefUnwindSafe for DeletedFileType
impl Send for DeletedFileType
impl Sync for DeletedFileType
impl Unpin for DeletedFileType
impl UnsafeUnpin for DeletedFileType
impl UnwindSafe for DeletedFileType
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