pub struct NoHostBoxes;Expand description
Host boxes of a host that has none, every \hostbox renders nothing and emits a warning.
Trait Implementations§
Source§impl Clone for NoHostBoxes
impl Clone for NoHostBoxes
impl Copy for NoHostBoxes
Source§impl Debug for NoHostBoxes
impl Debug for NoHostBoxes
Source§impl Default for NoHostBoxes
impl Default for NoHostBoxes
impl Eq for NoHostBoxes
Source§impl HostBoxes for NoHostBoxes
impl HostBoxes for NoHostBoxes
Source§impl PartialEq for NoHostBoxes
impl PartialEq for NoHostBoxes
impl StructuralPartialEq for NoHostBoxes
Auto Trait Implementations§
impl Freeze for NoHostBoxes
impl RefUnwindSafe for NoHostBoxes
impl Send for NoHostBoxes
impl Sync for NoHostBoxes
impl Unpin for NoHostBoxes
impl UnsafeUnpin for NoHostBoxes
impl UnwindSafe for NoHostBoxes
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