pub struct ScoreConfigs {
pub data: Vec<ScoreConfig>,
pub meta: Box<UtilsMetaResponse>,
}Fields§
§data: Vec<ScoreConfig>§meta: Box<UtilsMetaResponse>Implementations§
Source§impl ScoreConfigs
impl ScoreConfigs
Sourcepub fn builder() -> ScoreConfigsBuilder
pub fn builder() -> ScoreConfigsBuilder
Create an instance of ScoreConfigs using the builder syntax
Source§impl ScoreConfigs
impl ScoreConfigs
pub fn new(data: Vec<ScoreConfig>, meta: UtilsMetaResponse) -> ScoreConfigs
Trait Implementations§
Source§impl Clone for ScoreConfigs
impl Clone for ScoreConfigs
Source§fn clone(&self) -> ScoreConfigs
fn clone(&self) -> ScoreConfigs
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 ScoreConfigs
impl Debug for ScoreConfigs
Source§impl Default for ScoreConfigs
impl Default for ScoreConfigs
Source§fn default() -> ScoreConfigs
fn default() -> ScoreConfigs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScoreConfigs
impl<'de> Deserialize<'de> for ScoreConfigs
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 ScoreConfigs
impl PartialEq for ScoreConfigs
Source§impl Serialize for ScoreConfigs
impl Serialize for ScoreConfigs
impl StructuralPartialEq for ScoreConfigs
Auto Trait Implementations§
impl Freeze for ScoreConfigs
impl RefUnwindSafe for ScoreConfigs
impl Send for ScoreConfigs
impl Sync for ScoreConfigs
impl Unpin for ScoreConfigs
impl UnwindSafe for ScoreConfigs
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