pub enum RemoveFile {
V0(RemoveFileV0),
}
Variants§
V0(RemoveFileV0)
Trait Implementations§
Source§impl Clone for RemoveFile
impl Clone for RemoveFile
Source§fn clone(&self) -> RemoveFile
fn clone(&self) -> RemoveFile
Returns a copy 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 RemoveFile
impl Debug for RemoveFile
Source§impl<'de> Deserialize<'de> for RemoveFile
impl<'de> Deserialize<'de> for RemoveFile
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 RemoveFile
impl PartialEq for RemoveFile
Source§impl Serialize for RemoveFile
impl Serialize for RemoveFile
impl Eq for RemoveFile
impl StructuralPartialEq for RemoveFile
Auto Trait Implementations§
impl Freeze for RemoveFile
impl RefUnwindSafe for RemoveFile
impl Send for RemoveFile
impl Sync for RemoveFile
impl Unpin for RemoveFile
impl UnwindSafe for RemoveFile
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