pub enum DragonFiringTargetKind {
Disabled,
GaussianEstimate,
ExplicitThresholds,
}Variants§
Trait Implementations§
Source§impl Clone for DragonFiringTargetKind
impl Clone for DragonFiringTargetKind
Source§fn clone(&self) -> DragonFiringTargetKind
fn clone(&self) -> DragonFiringTargetKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DragonFiringTargetKind
impl Debug for DragonFiringTargetKind
Source§impl Default for DragonFiringTargetKind
impl Default for DragonFiringTargetKind
Source§fn default() -> DragonFiringTargetKind
fn default() -> DragonFiringTargetKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DragonFiringTargetKind
impl<'de> Deserialize<'de> for DragonFiringTargetKind
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 DragonFiringTargetKind
impl PartialEq for DragonFiringTargetKind
Source§fn eq(&self, other: &DragonFiringTargetKind) -> bool
fn eq(&self, other: &DragonFiringTargetKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DragonFiringTargetKind
impl Serialize for DragonFiringTargetKind
impl Copy for DragonFiringTargetKind
impl Eq for DragonFiringTargetKind
impl StructuralPartialEq for DragonFiringTargetKind
Auto Trait Implementations§
impl Freeze for DragonFiringTargetKind
impl RefUnwindSafe for DragonFiringTargetKind
impl Send for DragonFiringTargetKind
impl Sync for DragonFiringTargetKind
impl Unpin for DragonFiringTargetKind
impl UnsafeUnpin for DragonFiringTargetKind
impl UnwindSafe for DragonFiringTargetKind
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<C> CloneExpand for Cwhere
C: Clone,
impl<C> CloneExpand for Cwhere
C: Clone,
fn __expand_clone_method(&self, _scope: &mut Scope) -> C
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.