pub struct WarningConfig {
pub skip_non_matching_ref_specs: bool,
pub skip_only_ref_tags: bool,
pub skip_lfs_refs_skipped: bool,
}Fields§
§skip_non_matching_ref_specs: bool§skip_lfs_refs_skipped: boolTrait Implementations§
Source§impl Clone for WarningConfig
impl Clone for WarningConfig
Source§fn clone(&self) -> WarningConfig
fn clone(&self) -> WarningConfig
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 WarningConfig
impl Debug for WarningConfig
Source§impl Default for WarningConfig
impl Default for WarningConfig
Source§fn default() -> WarningConfig
fn default() -> WarningConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WarningConfig
impl<'de> Deserialize<'de> for WarningConfig
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
Auto Trait Implementations§
impl Freeze for WarningConfig
impl RefUnwindSafe for WarningConfig
impl Send for WarningConfig
impl Sync for WarningConfig
impl Unpin for WarningConfig
impl UnwindSafe for WarningConfig
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