Enum eu4save::file::Eu4FileEntryName
source · [−]pub enum Eu4FileEntryName {
Gamestate,
Meta,
Ai,
}Expand description
Name of the EU4 entry
Variants
Gamestate
Meta
Ai
Trait Implementations
sourceimpl Clone for Eu4FileEntryName
impl Clone for Eu4FileEntryName
sourcefn clone(&self) -> Eu4FileEntryName
fn clone(&self) -> Eu4FileEntryName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Eu4FileEntryName
impl Debug for Eu4FileEntryName
sourceimpl Display for Eu4FileEntryName
impl Display for Eu4FileEntryName
sourceimpl Ord for Eu4FileEntryName
impl Ord for Eu4FileEntryName
sourceimpl PartialEq<Eu4FileEntryName> for Eu4FileEntryName
impl PartialEq<Eu4FileEntryName> for Eu4FileEntryName
sourceimpl PartialOrd<Eu4FileEntryName> for Eu4FileEntryName
impl PartialOrd<Eu4FileEntryName> for Eu4FileEntryName
sourcefn partial_cmp(&self, other: &Eu4FileEntryName) -> Option<Ordering>
fn partial_cmp(&self, other: &Eu4FileEntryName) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for Eu4FileEntryName
impl Eq for Eu4FileEntryName
impl StructuralEq for Eu4FileEntryName
impl StructuralPartialEq for Eu4FileEntryName
Auto Trait Implementations
impl RefUnwindSafe for Eu4FileEntryName
impl Send for Eu4FileEntryName
impl Sync for Eu4FileEntryName
impl Unpin for Eu4FileEntryName
impl UnwindSafe for Eu4FileEntryName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more