pub enum PathspecAttributeState {
Set,
Unset,
Value(Vec<u8>),
}Variants§
Trait Implementations§
Source§impl Clone for PathspecAttributeState
impl Clone for PathspecAttributeState
Source§fn clone(&self) -> PathspecAttributeState
fn clone(&self) -> PathspecAttributeState
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 PathspecAttributeState
impl Debug for PathspecAttributeState
impl Eq for PathspecAttributeState
Source§impl PartialEq for PathspecAttributeState
impl PartialEq for PathspecAttributeState
Source§fn eq(&self, other: &PathspecAttributeState) -> bool
fn eq(&self, other: &PathspecAttributeState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PathspecAttributeState
Auto Trait Implementations§
impl Freeze for PathspecAttributeState
impl RefUnwindSafe for PathspecAttributeState
impl Send for PathspecAttributeState
impl Sync for PathspecAttributeState
impl Unpin for PathspecAttributeState
impl UnsafeUnpin for PathspecAttributeState
impl UnwindSafe for PathspecAttributeState
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