pub struct ScanHygiene {
pub has_gitignore: bool,
pub has_ignore: bool,
}Fields§
§has_gitignore: bool§has_ignore: boolTrait Implementations§
Source§impl Clone for ScanHygiene
impl Clone for ScanHygiene
Source§fn clone(&self) -> ScanHygiene
fn clone(&self) -> ScanHygiene
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 ScanHygiene
impl Debug for ScanHygiene
Source§impl Default for ScanHygiene
impl Default for ScanHygiene
Source§fn default() -> ScanHygiene
fn default() -> ScanHygiene
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScanHygiene
impl<'de> Deserialize<'de> for ScanHygiene
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 PartialEq for ScanHygiene
impl PartialEq for ScanHygiene
Source§fn eq(&self, other: &ScanHygiene) -> bool
fn eq(&self, other: &ScanHygiene) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ScanHygiene
impl Serialize for ScanHygiene
impl Eq for ScanHygiene
impl StructuralPartialEq for ScanHygiene
Auto Trait Implementations§
impl Freeze for ScanHygiene
impl RefUnwindSafe for ScanHygiene
impl Send for ScanHygiene
impl Sync for ScanHygiene
impl Unpin for ScanHygiene
impl UnsafeUnpin for ScanHygiene
impl UnwindSafe for ScanHygiene
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