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