pub struct DeclareOutcome {
pub recorded: Vec<PathBuf>,
pub ignored: Vec<PathBuf>,
}Expand description
What a declare did.
Fields§
§recorded: Vec<PathBuf>Paths whose pre-edit image was stored and which are now watched.
ignored: Vec<PathBuf>Paths skipped because the ignore rules exclude them.
Trait Implementations§
Source§impl Debug for DeclareOutcome
impl Debug for DeclareOutcome
Source§impl Default for DeclareOutcome
impl Default for DeclareOutcome
Source§fn default() -> DeclareOutcome
fn default() -> DeclareOutcome
Returns the “default value” for a type. Read more
impl Eq for DeclareOutcome
Source§impl PartialEq for DeclareOutcome
impl PartialEq for DeclareOutcome
impl StructuralPartialEq for DeclareOutcome
Auto Trait Implementations§
impl Freeze for DeclareOutcome
impl RefUnwindSafe for DeclareOutcome
impl Send for DeclareOutcome
impl Sync for DeclareOutcome
impl Unpin for DeclareOutcome
impl UnsafeUnpin for DeclareOutcome
impl UnwindSafe for DeclareOutcome
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.