Struct diagnostics_hierarchy::HierarchyMatcher
source · pub struct HierarchyMatcher { /* private fields */ }
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 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