#[repr(C)]pub enum AttachmentFileOperation {
Copy = 1,
Move = 2,
}Variants§
Trait Implementations§
Source§impl Clone for AttachmentFileOperation
impl Clone for AttachmentFileOperation
Source§fn clone(&self) -> AttachmentFileOperation
fn clone(&self) -> AttachmentFileOperation
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 AttachmentFileOperation
impl Debug for AttachmentFileOperation
Source§impl PartialEq for AttachmentFileOperation
impl PartialEq for AttachmentFileOperation
impl Copy for AttachmentFileOperation
impl Eq for AttachmentFileOperation
impl StructuralPartialEq for AttachmentFileOperation
Auto Trait Implementations§
impl Freeze for AttachmentFileOperation
impl RefUnwindSafe for AttachmentFileOperation
impl Send for AttachmentFileOperation
impl Sync for AttachmentFileOperation
impl Unpin for AttachmentFileOperation
impl UnwindSafe for AttachmentFileOperation
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