pub enum Territorywars {
FactionTerritoryWarOngoings(FactionTerritoryWarOngoing),
FactionTerritoryWarFinisheds(FactionTerritoryWarFinished),
}Variants§
FactionTerritoryWarOngoings(FactionTerritoryWarOngoing)
FactionTerritoryWarFinisheds(FactionTerritoryWarFinished)
Trait Implementations§
Source§impl Clone for Territorywars
impl Clone for Territorywars
Source§fn clone(&self) -> Territorywars
fn clone(&self) -> Territorywars
Returns a copy 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 Territorywars
impl Debug for Territorywars
Source§impl<'de> Deserialize<'de> for Territorywars
impl<'de> Deserialize<'de> for Territorywars
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 Territorywars
impl PartialEq for Territorywars
impl StructuralPartialEq for Territorywars
Auto Trait Implementations§
impl Freeze for Territorywars
impl RefUnwindSafe for Territorywars
impl Send for Territorywars
impl Sync for Territorywars
impl Unpin for Territorywars
impl UnwindSafe for Territorywars
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