pub struct SystemFaction {
pub symbol: FactionSymbol,
}Fields§
§symbol: FactionSymbolImplementations§
Source§impl SystemFaction
impl SystemFaction
pub fn new(symbol: FactionSymbol) -> SystemFaction
Trait Implementations§
Source§impl Clone for SystemFaction
impl Clone for SystemFaction
Source§fn clone(&self) -> SystemFaction
fn clone(&self) -> SystemFaction
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SystemFaction
impl Debug for SystemFaction
Source§impl Default for SystemFaction
impl Default for SystemFaction
Source§fn default() -> SystemFaction
fn default() -> SystemFaction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SystemFaction
impl<'de> Deserialize<'de> for SystemFaction
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 SystemFaction
impl PartialEq for SystemFaction
Source§impl Serialize for SystemFaction
impl Serialize for SystemFaction
impl StructuralPartialEq for SystemFaction
Auto Trait Implementations§
impl Freeze for SystemFaction
impl RefUnwindSafe for SystemFaction
impl Send for SystemFaction
impl Sync for SystemFaction
impl Unpin for SystemFaction
impl UnwindSafe for SystemFaction
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