pub enum MetadataOperation {
Capture,
Parse,
Verify,
Plan,
Restore,
}Variants§
Trait Implementations§
Source§impl Clone for MetadataOperation
impl Clone for MetadataOperation
Source§fn clone(&self) -> MetadataOperation
fn clone(&self) -> MetadataOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MetadataOperation
impl Debug for MetadataOperation
impl Eq for MetadataOperation
Source§impl PartialEq for MetadataOperation
impl PartialEq for MetadataOperation
impl StructuralPartialEq for MetadataOperation
Auto Trait Implementations§
impl Freeze for MetadataOperation
impl RefUnwindSafe for MetadataOperation
impl Send for MetadataOperation
impl Sync for MetadataOperation
impl Unpin for MetadataOperation
impl UnsafeUnpin for MetadataOperation
impl UnwindSafe for MetadataOperation
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