pub struct IgnorePath(pub Path, pub bool);Tuple Fields§
§0: Path§1: boolTrait Implementations§
Source§impl Clone for IgnorePath
impl Clone for IgnorePath
Source§fn clone(&self) -> IgnorePath
fn clone(&self) -> IgnorePath
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 IgnorePath
impl Debug for IgnorePath
Source§impl PartialEq for IgnorePath
impl PartialEq for IgnorePath
impl StructuralPartialEq for IgnorePath
Auto Trait Implementations§
impl Freeze for IgnorePath
impl RefUnwindSafe for IgnorePath
impl Send for IgnorePath
impl Sync for IgnorePath
impl Unpin for IgnorePath
impl UnwindSafe for IgnorePath
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)