pub struct HBox;Implementations§
Auto Trait Implementations§
impl Freeze for HBox
impl RefUnwindSafe for HBox
impl Send for HBox
impl Sync for HBox
impl Unpin for HBox
impl UnsafeUnpin for HBox
impl UnwindSafe for HBox
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