Struct pythonic::argument::KeywordArgument [] [src]

pub struct KeywordArgument {
    pub keyword: String,
    pub argument: String,
}

Fields

Methods

impl KeywordArgument
[src]

Trait Implementations

impl Debug for KeywordArgument
[src]

Formats the value using the given formatter.

impl Clone for KeywordArgument
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for KeywordArgument
[src]

Formats the value using the given formatter. Read more