pub struct CompiledIgnoreDependencyOverrideRule {
pub package: String,
pub source: Option<String>,
}Expand description
IgnoreDependencyOverrideRule ready for matching.
Fields§
§package: String§source: Option<String>None matches any source; Some matches only the named source.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompiledIgnoreDependencyOverrideRule
impl RefUnwindSafe for CompiledIgnoreDependencyOverrideRule
impl Send for CompiledIgnoreDependencyOverrideRule
impl Sync for CompiledIgnoreDependencyOverrideRule
impl Unpin for CompiledIgnoreDependencyOverrideRule
impl UnsafeUnpin for CompiledIgnoreDependencyOverrideRule
impl UnwindSafe for CompiledIgnoreDependencyOverrideRule
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