Struct datetime::fmt::Arguments [] [src]

pub struct Arguments {
    pub alignment: Option<Alignment>,
    pub width: Option<Width>,
    pub pad_char: Option<char>,
}

Fields

Methods

impl Arguments
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for Arguments
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Arguments
[src]

impl Clone for Arguments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Arguments
[src]

impl Debug for Arguments
[src]

[src]

Formats the value using the given formatter.