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
competitive: T
Variant for competitive play.
quickplay: T
Variant for quickplay.
Trait Implementations
impl<T: Debug + Debug + Clone + PartialEq + Serialize + Deserialize> Debug for BiMode<T>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<T: Clone + Debug + Clone + PartialEq + Serialize + Deserialize> Clone for BiMode<T>
[src]
fn clone(&self) -> BiMode<T>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more