Struct core_extensions::strings::LeftPadder[][src]

pub struct LeftPadder<'a> { /* fields omitted */ }

Add padding padding to string in the Display impl.

Methods

impl<'a> LeftPadder<'a>
[src]

Constructs a LeftPadder

Trait Implementations

impl<'a> Clone for LeftPadder<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for LeftPadder<'a>
[src]

impl<'a> Debug for LeftPadder<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for LeftPadder<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for LeftPadder<'a>

impl<'a> Sync for LeftPadder<'a>