pub struct TypeNameDisplay(/* private fields */);Expand description
A wrapper around &'static Shape that implements Display using the
full type name (including generic parameters).
Trait Implementations§
Source§impl Clone for TypeNameDisplay
impl Clone for TypeNameDisplay
Source§fn clone(&self) -> TypeNameDisplay
fn clone(&self) -> TypeNameDisplay
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TypeNameDisplay
impl Debug for TypeNameDisplay
Source§impl Display for TypeNameDisplay
impl Display for TypeNameDisplay
impl Copy for TypeNameDisplay
Auto Trait Implementations§
impl Freeze for TypeNameDisplay
impl RefUnwindSafe for TypeNameDisplay
impl Send for TypeNameDisplay
impl Sync for TypeNameDisplay
impl Unpin for TypeNameDisplay
impl UnwindSafe for TypeNameDisplay
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