pub enum MetadataDirective {
Copy,
Replace,
}Expand description
Describe the action to take with file metadata when copying a file.
Variants§
Trait Implementations§
Source§impl Debug for MetadataDirective
impl Debug for MetadataDirective
Source§impl PartialEq for MetadataDirective
impl PartialEq for MetadataDirective
Source§fn eq(&self, other: &MetadataDirective) -> bool
fn eq(&self, other: &MetadataDirective) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MetadataDirective
impl Serialize for MetadataDirective
impl Eq for MetadataDirective
impl StructuralPartialEq for MetadataDirective
Auto Trait Implementations§
impl Freeze for MetadataDirective
impl RefUnwindSafe for MetadataDirective
impl Send for MetadataDirective
impl Sync for MetadataDirective
impl Unpin for MetadataDirective
impl UnsafeUnpin for MetadataDirective
impl UnwindSafe for MetadataDirective
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