Enum moore_svlog_syntax::ast::ChargeStrength [] [src]

pub enum ChargeStrength {
    Small,
    Medium,
    Large,
}

Variants

Trait Implementations

impl Debug for ChargeStrength
[src]

[src]

Formats the value using the given formatter.

impl Clone for ChargeStrength
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ChargeStrength
[src]

impl PartialEq for ChargeStrength
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ChargeStrength
[src]

impl Encodable for ChargeStrength
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for ChargeStrength
[src]

[src]

Deserialize a value using a Decoder.