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