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