pub enum DynamicObjectField {
Caster,
Bytes,
SpellId,
Radius,
CastTime,
}Variants§
Caster
FieldValue :: Long
Bytes
FieldValue :: Bytes
SpellId
FieldValue :: Integer
Radius
FieldValue :: Float
CastTime
FieldValue :: Integer
Implementations§
Trait Implementations§
Source§impl Clone for DynamicObjectField
impl Clone for DynamicObjectField
Source§fn clone(&self) -> DynamicObjectField
fn clone(&self) -> DynamicObjectField
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 DynamicObjectField
impl Debug for DynamicObjectField
impl Eq for DynamicObjectField
Source§impl Ord for DynamicObjectField
impl Ord for DynamicObjectField
Source§fn cmp(&self, other: &DynamicObjectField) -> Ordering
fn cmp(&self, other: &DynamicObjectField) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DynamicObjectField
impl PartialEq for DynamicObjectField
Source§impl PartialOrd for DynamicObjectField
impl PartialOrd for DynamicObjectField
Source§impl Serialize for DynamicObjectField
impl Serialize for DynamicObjectField
impl StructuralPartialEq for DynamicObjectField
Auto Trait Implementations§
impl Freeze for DynamicObjectField
impl RefUnwindSafe for DynamicObjectField
impl Send for DynamicObjectField
impl Sync for DynamicObjectField
impl Unpin for DynamicObjectField
impl UnsafeUnpin for DynamicObjectField
impl UnwindSafe for DynamicObjectField
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