pub struct FieldSelection {Show 24 fields
pub name: bool,
pub description: bool,
pub gender: bool,
pub age: bool,
pub level: bool,
pub xp: bool,
pub karma: bool,
pub reputation: bool,
pub skill_points: bool,
pub map_filename: bool,
pub elevation: bool,
pub game_date: bool,
pub save_date: bool,
pub traits: bool,
pub hp: bool,
pub max_hp: bool,
pub next_level_xp: bool,
pub game_time: bool,
pub special: bool,
pub derived_stats: bool,
pub skills: bool,
pub perks: bool,
pub kills: bool,
pub inventory: bool,
}Fields§
§name: bool§description: bool§gender: bool§age: bool§level: bool§xp: bool§karma: bool§reputation: bool§skill_points: bool§map_filename: bool§elevation: bool§game_date: bool§save_date: bool§traits: bool§hp: bool§max_hp: bool§next_level_xp: bool§game_time: bool§special: bool§derived_stats: bool§skills: bool§perks: bool§kills: bool§inventory: boolImplementations§
Source§impl FieldSelection
impl FieldSelection
pub fn is_any_selected(&self) -> bool
Trait Implementations§
Source§impl Clone for FieldSelection
impl Clone for FieldSelection
Source§fn clone(&self) -> FieldSelection
fn clone(&self) -> FieldSelection
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 FieldSelection
impl Debug for FieldSelection
Source§impl Default for FieldSelection
impl Default for FieldSelection
Source§fn default() -> FieldSelection
fn default() -> FieldSelection
Returns the “default value” for a type. Read more
Source§impl PartialEq for FieldSelection
impl PartialEq for FieldSelection
impl Copy for FieldSelection
impl Eq for FieldSelection
impl StructuralPartialEq for FieldSelection
Auto Trait Implementations§
impl Freeze for FieldSelection
impl RefUnwindSafe for FieldSelection
impl Send for FieldSelection
impl Sync for FieldSelection
impl Unpin for FieldSelection
impl UnwindSafe for FieldSelection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.