pub struct Syndicates {
pub arbiters_syndicate: Box<SyndicatesArbitersSyndicate>,
pub cephalon_suda_syndicate: Box<SyndicatesArbitersSyndicate>,
pub new_loka_syndicate: Box<SyndicatesArbitersSyndicate>,
pub perrin_syndicate: Box<SyndicatesArbitersSyndicate>,
pub steel_meridian_syndicate: Box<SyndicatesArbitersSyndicate>,
pub red_veil_syndicate: Box<SyndicatesArbitersSyndicate>,
pub cetus_syndicate: Box<SyndicatesArbitersSyndicate>,
pub quills_syndicate: Box<SyndicatesArbitersSyndicate>,
pub assassins_syndicate: Box<SyndicatesArbitersSyndicate>,
pub event_syndicate: Box<SyndicatesArbitersSyndicate>,
}Expand description
Syndicates :
Fields§
§arbiters_syndicate: Box<SyndicatesArbitersSyndicate>§cephalon_suda_syndicate: Box<SyndicatesArbitersSyndicate>§new_loka_syndicate: Box<SyndicatesArbitersSyndicate>§perrin_syndicate: Box<SyndicatesArbitersSyndicate>§steel_meridian_syndicate: Box<SyndicatesArbitersSyndicate>§red_veil_syndicate: Box<SyndicatesArbitersSyndicate>§cetus_syndicate: Box<SyndicatesArbitersSyndicate>§quills_syndicate: Box<SyndicatesArbitersSyndicate>§assassins_syndicate: Box<SyndicatesArbitersSyndicate>§event_syndicate: Box<SyndicatesArbitersSyndicate>Implementations§
Source§impl Syndicates
impl Syndicates
Sourcepub fn new(
arbiters_syndicate: SyndicatesArbitersSyndicate,
cephalon_suda_syndicate: SyndicatesArbitersSyndicate,
new_loka_syndicate: SyndicatesArbitersSyndicate,
perrin_syndicate: SyndicatesArbitersSyndicate,
steel_meridian_syndicate: SyndicatesArbitersSyndicate,
red_veil_syndicate: SyndicatesArbitersSyndicate,
cetus_syndicate: SyndicatesArbitersSyndicate,
quills_syndicate: SyndicatesArbitersSyndicate,
assassins_syndicate: SyndicatesArbitersSyndicate,
event_syndicate: SyndicatesArbitersSyndicate,
) -> Syndicates
pub fn new( arbiters_syndicate: SyndicatesArbitersSyndicate, cephalon_suda_syndicate: SyndicatesArbitersSyndicate, new_loka_syndicate: SyndicatesArbitersSyndicate, perrin_syndicate: SyndicatesArbitersSyndicate, steel_meridian_syndicate: SyndicatesArbitersSyndicate, red_veil_syndicate: SyndicatesArbitersSyndicate, cetus_syndicate: SyndicatesArbitersSyndicate, quills_syndicate: SyndicatesArbitersSyndicate, assassins_syndicate: SyndicatesArbitersSyndicate, event_syndicate: SyndicatesArbitersSyndicate, ) -> Syndicates
Trait Implementations§
Source§impl Clone for Syndicates
impl Clone for Syndicates
Source§fn clone(&self) -> Syndicates
fn clone(&self) -> Syndicates
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 Syndicates
impl Debug for Syndicates
Source§impl Default for Syndicates
impl Default for Syndicates
Source§fn default() -> Syndicates
fn default() -> Syndicates
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Syndicates
impl<'de> Deserialize<'de> for Syndicates
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 Syndicates
impl PartialEq for Syndicates
Source§impl Serialize for Syndicates
impl Serialize for Syndicates
impl StructuralPartialEq for Syndicates
Auto Trait Implementations§
impl Freeze for Syndicates
impl RefUnwindSafe for Syndicates
impl Send for Syndicates
impl Sync for Syndicates
impl Unpin for Syndicates
impl UnwindSafe for Syndicates
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