pub struct SystemFaction {
pub symbol: FactionSymbols,
}Expand description
Fields§
§symbol: FactionSymbolsImplementations§
Source§impl SystemFaction
impl SystemFaction
Sourcepub fn new(symbol: FactionSymbols) -> SystemFaction
pub fn new(symbol: FactionSymbols) -> SystemFaction
Create value with optional fields set to None.
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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SystemFaction
impl Debug for SystemFaction
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