Struct diagnostics_hierarchy::HierarchyMatcher
source · pub struct HierarchyMatcher { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for HierarchyMatcher
impl Debug for HierarchyMatcher
source§impl Default for HierarchyMatcher
impl Default for HierarchyMatcher
source§fn default() -> HierarchyMatcher
fn default() -> HierarchyMatcher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HierarchyMatcher
impl RefUnwindSafe for HierarchyMatcher
impl Send for HierarchyMatcher
impl Sync for HierarchyMatcher
impl Unpin for HierarchyMatcher
impl UnwindSafe for HierarchyMatcher
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