pub struct ModAllOfLevelStats {
pub stats: Option<Vec<String>>,
}Fields§
§stats: Option<Vec<String>>Implementations§
Source§impl ModAllOfLevelStats
impl ModAllOfLevelStats
pub fn new() -> ModAllOfLevelStats
Trait Implementations§
Source§impl Clone for ModAllOfLevelStats
impl Clone for ModAllOfLevelStats
Source§fn clone(&self) -> ModAllOfLevelStats
fn clone(&self) -> ModAllOfLevelStats
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 ModAllOfLevelStats
impl Debug for ModAllOfLevelStats
Source§impl Default for ModAllOfLevelStats
impl Default for ModAllOfLevelStats
Source§fn default() -> ModAllOfLevelStats
fn default() -> ModAllOfLevelStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModAllOfLevelStats
impl<'de> Deserialize<'de> for ModAllOfLevelStats
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 ModAllOfLevelStats
impl PartialEq for ModAllOfLevelStats
Source§impl Serialize for ModAllOfLevelStats
impl Serialize for ModAllOfLevelStats
impl StructuralPartialEq for ModAllOfLevelStats
Auto Trait Implementations§
impl Freeze for ModAllOfLevelStats
impl RefUnwindSafe for ModAllOfLevelStats
impl Send for ModAllOfLevelStats
impl Sync for ModAllOfLevelStats
impl Unpin for ModAllOfLevelStats
impl UnwindSafe for ModAllOfLevelStats
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