pub struct FactionChain {
pub id: ChainId,
pub chain: i32,
pub respect: f64,
pub start: i32,
pub end: i32,
}
Fields§
§id: ChainId
§chain: i32
§respect: f64
§start: i32
§end: i32
Trait Implementations§
Source§impl Clone for FactionChain
impl Clone for FactionChain
Source§fn clone(&self) -> FactionChain
fn clone(&self) -> FactionChain
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 FactionChain
impl Debug for FactionChain
Source§impl<'de> Deserialize<'de> for FactionChain
impl<'de> Deserialize<'de> for FactionChain
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 FactionChain
impl PartialEq for FactionChain
impl StructuralPartialEq for FactionChain
Auto Trait Implementations§
impl Freeze for FactionChain
impl RefUnwindSafe for FactionChain
impl Send for FactionChain
impl Sync for FactionChain
impl Unpin for FactionChain
impl UnwindSafe for FactionChain
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