pub struct ShowS {
pub label: String,
pub prefix: String,
}Expand description
A difference-string (ShowS) representation: a function String → String
encoded as a closure stored with its description.
Fields§
§label: StringHuman-readable label for this ShowS value.
prefix: StringThe accumulated prefix string.
Implementations§
Auto Trait Implementations§
impl Freeze for ShowS
impl RefUnwindSafe for ShowS
impl Send for ShowS
impl Sync for ShowS
impl Unpin for ShowS
impl UnsafeUnpin for ShowS
impl UnwindSafe for ShowS
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