pub struct OperatorLoadoutsInner {
pub skins: Option<Vec<Value>>,
pub operator_amp: Option<String>,
pub upgrades: Option<Vec<String>>,
pub ability_override: Option<Box<OperatorLoadoutsInnerAbilityOverride>>,
pub primary_color: Option<Box<ProfileColor>>,
pub sigil_color: Option<Box<ProfileColor>>,
pub eye_color: Option<Box<ProfileColor>>,
pub facial: Option<Box<ProfileColor>>,
pub cloth: Option<Box<ProfileColor>>,
}Fields§
§skins: Option<Vec<Value>>§operator_amp: Option<String>§upgrades: Option<Vec<String>>§ability_override: Option<Box<OperatorLoadoutsInnerAbilityOverride>>§primary_color: Option<Box<ProfileColor>>§sigil_color: Option<Box<ProfileColor>>§eye_color: Option<Box<ProfileColor>>§facial: Option<Box<ProfileColor>>§cloth: Option<Box<ProfileColor>>Implementations§
Source§impl OperatorLoadoutsInner
impl OperatorLoadoutsInner
pub fn new() -> OperatorLoadoutsInner
Trait Implementations§
Source§impl Clone for OperatorLoadoutsInner
impl Clone for OperatorLoadoutsInner
Source§fn clone(&self) -> OperatorLoadoutsInner
fn clone(&self) -> OperatorLoadoutsInner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OperatorLoadoutsInner
impl Debug for OperatorLoadoutsInner
Source§impl Default for OperatorLoadoutsInner
impl Default for OperatorLoadoutsInner
Source§fn default() -> OperatorLoadoutsInner
fn default() -> OperatorLoadoutsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OperatorLoadoutsInner
impl<'de> Deserialize<'de> for OperatorLoadoutsInner
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OperatorLoadoutsInner
impl PartialEq for OperatorLoadoutsInner
Source§impl Serialize for OperatorLoadoutsInner
impl Serialize for OperatorLoadoutsInner
impl StructuralPartialEq for OperatorLoadoutsInner
Auto Trait Implementations§
impl Freeze for OperatorLoadoutsInner
impl RefUnwindSafe for OperatorLoadoutsInner
impl Send for OperatorLoadoutsInner
impl Sync for OperatorLoadoutsInner
impl Unpin for OperatorLoadoutsInner
impl UnwindSafe for OperatorLoadoutsInner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more