pub struct DungeonKeysReset;Trait Implementations§
Source§impl Clone for DungeonKeysReset
impl Clone for DungeonKeysReset
Source§fn clone(&self) -> DungeonKeysReset
fn clone(&self) -> DungeonKeysReset
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 DungeonKeysReset
impl Debug for DungeonKeysReset
Source§impl PartialEq for DungeonKeysReset
impl PartialEq for DungeonKeysReset
Source§impl Resettable for DungeonKeysReset
impl Resettable for DungeonKeysReset
fn reset_type() -> CharacterResetType
fn default_meta() -> String
impl Copy for DungeonKeysReset
impl Eq for DungeonKeysReset
impl StructuralPartialEq for DungeonKeysReset
Auto Trait Implementations§
impl Freeze for DungeonKeysReset
impl RefUnwindSafe for DungeonKeysReset
impl Send for DungeonKeysReset
impl Sync for DungeonKeysReset
impl Unpin for DungeonKeysReset
impl UnwindSafe for DungeonKeysReset
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more