pub struct FactionBasic {}Fields§
§id: FactionId§name: String§tag: String§tag_image: String§leader_id: UserId§co_leader_id: UserId§respect: i32§days_old: i32§capacity: i32§members: i32§is_enlisted: Option<bool>§rank: FactionRank§best_chain: i32Trait Implementations§
Source§impl Clone for FactionBasic
 
impl Clone for FactionBasic
Source§fn clone(&self) -> FactionBasic
 
fn clone(&self) -> FactionBasic
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 FactionBasic
 
impl Debug for FactionBasic
Source§impl<'de> Deserialize<'de> for FactionBasic
 
impl<'de> Deserialize<'de> for FactionBasic
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 FactionBasic
 
impl PartialEq for FactionBasic
impl StructuralPartialEq for FactionBasic
Auto Trait Implementations§
impl Freeze for FactionBasic
impl RefUnwindSafe for FactionBasic
impl Send for FactionBasic
impl Sync for FactionBasic
impl Unpin for FactionBasic
impl UnwindSafe for FactionBasic
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