pub struct ValueDefault;
Expand description
Implements Value
for all types implementing std::fmt::Display
; this is a good default.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValueDefault
impl RefUnwindSafe for ValueDefault
impl Send for ValueDefault
impl Sync for ValueDefault
impl Unpin for ValueDefault
impl UnwindSafe for ValueDefault
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