pub struct Factions {
pub fc_grineer: Box<ConclaveModesPvpmodeAll>,
pub fc_corpus: Box<ConclaveModesPvpmodeAll>,
pub fc_infestation: Box<ConclaveModesPvpmodeAll>,
pub fc_corrupted: Box<ConclaveModesPvpmodeAll>,
pub fc_orokin: Box<ConclaveModesPvpmodeAll>,
}Expand description
Factions :
Fields§
§fc_grineer: Box<ConclaveModesPvpmodeAll>§fc_corpus: Box<ConclaveModesPvpmodeAll>§fc_infestation: Box<ConclaveModesPvpmodeAll>§fc_corrupted: Box<ConclaveModesPvpmodeAll>§fc_orokin: Box<ConclaveModesPvpmodeAll>Implementations§
Source§impl Factions
impl Factions
Sourcepub fn new(
fc_grineer: ConclaveModesPvpmodeAll,
fc_corpus: ConclaveModesPvpmodeAll,
fc_infestation: ConclaveModesPvpmodeAll,
fc_corrupted: ConclaveModesPvpmodeAll,
fc_orokin: ConclaveModesPvpmodeAll,
) -> Factions
pub fn new( fc_grineer: ConclaveModesPvpmodeAll, fc_corpus: ConclaveModesPvpmodeAll, fc_infestation: ConclaveModesPvpmodeAll, fc_corrupted: ConclaveModesPvpmodeAll, fc_orokin: ConclaveModesPvpmodeAll, ) -> Factions
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Factions
impl<'de> Deserialize<'de> for Factions
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
impl StructuralPartialEq for Factions
Auto Trait Implementations§
impl Freeze for Factions
impl RefUnwindSafe for Factions
impl Send for Factions
impl Sync for Factions
impl Unpin for Factions
impl UnwindSafe for Factions
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