pub struct Ellipsis {}Expand description
Simple type that provides the string "..." to be used for fields whose
Debug forms are not to be expressed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ellipsis
impl RefUnwindSafe for Ellipsis
impl Send for Ellipsis
impl Sync for Ellipsis
impl Unpin for Ellipsis
impl UnwindSafe for Ellipsis
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