Struct stpsyr::Power [] [src]

pub struct Power {
    pub name: String,
}

Fields

Trait Implementations

impl Clone for Power
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Power
[src]

impl Hash for Power
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Power
[src]

Formats the value using the given formatter.

impl From<String> for Power
[src]

Performs the conversion.

impl<'a> From<&'a str> for Power
[src]

Performs the conversion.

impl PartialEq for Power
[src]

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

This method tests for !=.