Struct owapi::v3::blob::BiMode [] [src]

pub struct BiMode<T: Debug + Clone + PartialEq + Serialize + Deserialize> {
    pub competitive: T,
    pub quickplay: T,
}
[]

Something that has a competitive and a quickplay variant.

Fields

[]

Variant for competitive play.

[]

Variant for quickplay.

Trait Implementations

impl<T: Debug + Debug + Clone + PartialEq + Serialize + Deserialize> Debug for BiMode<T>
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl<T: Clone + Debug + Clone + PartialEq + Serialize + Deserialize> Clone for BiMode<T>
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl<T: PartialEq + Debug + Clone + PartialEq + Serialize + Deserialize> PartialEq for BiMode<T>
[src]

[src]
[]

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

[src]
[]

This method tests for !=.