pub struct FormatTable { /* private fields */ }Expand description
The format table for key=value pairs used when rendering Arguments, like in format()
Implementations§
Trait Implementations§
Source§impl Clone for FormatTable
impl Clone for FormatTable
Source§fn clone(&self) -> FormatTable
fn clone(&self) -> FormatTable
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 FormatTable
impl Debug for FormatTable
Source§impl Default for FormatTable
impl Default for FormatTable
Source§fn default() -> FormatTable
fn default() -> FormatTable
Returns the “default value” for a type. Read more
Source§impl PartialEq for FormatTable
impl PartialEq for FormatTable
impl Eq for FormatTable
impl StructuralPartialEq for FormatTable
Auto Trait Implementations§
impl Freeze for FormatTable
impl RefUnwindSafe for FormatTable
impl Send for FormatTable
impl Sync for FormatTable
impl Unpin for FormatTable
impl UnsafeUnpin for FormatTable
impl UnwindSafe for FormatTable
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