Enum backup_deduplicator::data::PathTarget
source · pub enum PathTarget {
File,
}Variants§
File
Trait Implementations§
source§impl Clone for PathTarget
impl Clone for PathTarget
source§fn clone(&self) -> PathTarget
fn clone(&self) -> PathTarget
Returns a copy 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 PathTarget
impl Debug for PathTarget
source§impl<'de> Deserialize<'de> for PathTarget
impl<'de> Deserialize<'de> for PathTarget
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for PathTarget
impl Hash for PathTarget
source§impl PartialEq for PathTarget
impl PartialEq for PathTarget
source§fn eq(&self, other: &PathTarget) -> bool
fn eq(&self, other: &PathTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PathTarget
impl Serialize for PathTarget
impl Eq for PathTarget
impl StructuralPartialEq for PathTarget
Auto Trait Implementations§
impl Freeze for PathTarget
impl RefUnwindSafe for PathTarget
impl Send for PathTarget
impl Sync for PathTarget
impl Unpin for PathTarget
impl UnwindSafe for PathTarget
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