pub enum PathSnapshotMode {
ContentPath,
ContentTree,
MetadataPath,
MetadataChildren,
MetadataTree,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PathSnapshotMode
impl Clone for PathSnapshotMode
Source§fn clone(&self) -> PathSnapshotMode
fn clone(&self) -> PathSnapshotMode
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 PathSnapshotMode
impl Debug for PathSnapshotMode
Source§impl PartialEq for PathSnapshotMode
impl PartialEq for PathSnapshotMode
impl Copy for PathSnapshotMode
impl Eq for PathSnapshotMode
impl StructuralPartialEq for PathSnapshotMode
Auto Trait Implementations§
impl Freeze for PathSnapshotMode
impl RefUnwindSafe for PathSnapshotMode
impl Send for PathSnapshotMode
impl Sync for PathSnapshotMode
impl Unpin for PathSnapshotMode
impl UnsafeUnpin for PathSnapshotMode
impl UnwindSafe for PathSnapshotMode
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