Enum b2_client::file::MetadataDirective
source · [−]pub enum MetadataDirective {
Copy,
Replace,
}Expand description
Describe the action to take with file metadata when copying a file.
Variants
Copy
Replace
Trait Implementations
sourceimpl Debug for MetadataDirective
impl Debug for MetadataDirective
sourceimpl Serialize for MetadataDirective
impl Serialize for MetadataDirective
impl Eq for MetadataDirective
impl StructuralEq for MetadataDirective
impl StructuralPartialEq for MetadataDirective
Auto Trait Implementations
impl RefUnwindSafe for MetadataDirective
impl Send for MetadataDirective
impl Sync for MetadataDirective
impl Unpin for MetadataDirective
impl UnwindSafe for MetadataDirective
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more