pub struct lheight(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for lheight
Auto Trait Implementations§
impl Freeze for lheight
impl RefUnwindSafe for lheight
impl Send for lheight
impl Sync for lheight
impl Unpin for lheight
impl UnwindSafe for lheight
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