pub enum EncounterDespawnKind {
Authored {
counts_as_completion: bool,
},
ForcedOptional,
}Expand description
Why a derived encounter despawn is being processed.
Variants§
Trait Implementations§
Source§impl Clone for EncounterDespawnKind
impl Clone for EncounterDespawnKind
Source§fn clone(&self) -> EncounterDespawnKind
fn clone(&self) -> EncounterDespawnKind
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 EncounterDespawnKind
impl Debug for EncounterDespawnKind
Source§impl PartialEq for EncounterDespawnKind
impl PartialEq for EncounterDespawnKind
impl Copy for EncounterDespawnKind
impl Eq for EncounterDespawnKind
impl StructuralPartialEq for EncounterDespawnKind
Auto Trait Implementations§
impl Freeze for EncounterDespawnKind
impl RefUnwindSafe for EncounterDespawnKind
impl Send for EncounterDespawnKind
impl Sync for EncounterDespawnKind
impl Unpin for EncounterDespawnKind
impl UnsafeUnpin for EncounterDespawnKind
impl UnwindSafe for EncounterDespawnKind
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