pub enum SubscriptionModel {
Show 16 variants
Account,
Alliance,
AlliancePosition,
Bankrec,
BBGame,
BBTeam,
Bounty,
City,
Embargo,
Nation,
TaxBracket,
Trade,
TreasureTrade,
Treaty,
WarAttack,
War,
}
Variants§
Account
Alliance
AlliancePosition
Bankrec
BBGame
BBTeam
Bounty
City
Embargo
Nation
TaxBracket
Trade
TreasureTrade
Treaty
WarAttack
War
Trait Implementations§
Source§impl Clone for SubscriptionModel
impl Clone for SubscriptionModel
Source§fn clone(&self) -> SubscriptionModel
fn clone(&self) -> SubscriptionModel
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 SubscriptionModel
impl Debug for SubscriptionModel
Auto Trait Implementations§
impl Freeze for SubscriptionModel
impl RefUnwindSafe for SubscriptionModel
impl Send for SubscriptionModel
impl Sync for SubscriptionModel
impl Unpin for SubscriptionModel
impl UnwindSafe for SubscriptionModel
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