pub struct AlignedPrinter {
pub separator: String,
/* private fields */
}Fields§
§separator: StringImplementations§
Trait Implementations§
Source§impl Clone for AlignedPrinter
impl Clone for AlignedPrinter
Source§fn clone(&self) -> AlignedPrinter
fn clone(&self) -> AlignedPrinter
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 AlignedPrinter
impl Debug for AlignedPrinter
Source§impl Default for AlignedPrinter
impl Default for AlignedPrinter
Source§fn default() -> AlignedPrinter
fn default() -> AlignedPrinter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AlignedPrinter
impl RefUnwindSafe for AlignedPrinter
impl Send for AlignedPrinter
impl Sync for AlignedPrinter
impl Unpin for AlignedPrinter
impl UnsafeUnpin for AlignedPrinter
impl UnwindSafe for AlignedPrinter
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