pub struct HierPart { /* private fields */ }
Implementations§
Trait Implementations§
impl StructuralPartialEq for HierPart
Auto Trait Implementations§
impl Freeze for HierPart
impl RefUnwindSafe for HierPart
impl Send for HierPart
impl Sync for HierPart
impl Unpin for HierPart
impl UnwindSafe for HierPart
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