pub struct HumanViewRenderer { /* private fields */ }Expand description
Custom human renderer wrapper.
Implementations§
Trait Implementations§
Source§impl Clone for HumanViewRenderer
impl Clone for HumanViewRenderer
Source§fn clone(&self) -> HumanViewRenderer
fn clone(&self) -> HumanViewRenderer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HumanViewRenderer
impl !RefUnwindSafe for HumanViewRenderer
impl Send for HumanViewRenderer
impl Sync for HumanViewRenderer
impl Unpin for HumanViewRenderer
impl UnsafeUnpin for HumanViewRenderer
impl !UnwindSafe for HumanViewRenderer
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