Struct xvc_walker::IgnoreRules
source · [−]pub struct IgnoreRules { /* private fields */ }Implementations
Trait Implementations
sourceimpl Clone for IgnoreRules
impl Clone for IgnoreRules
sourcefn clone(&self) -> IgnoreRules
fn clone(&self) -> IgnoreRules
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for IgnoreRules
impl Send for IgnoreRules
impl Sync for IgnoreRules
impl Unpin for IgnoreRules
impl UnwindSafe for IgnoreRules
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more