pub enum CastingTime {
Action,
BonusAction,
Reaction,
Minute,
Hour,
}
Variants§
Trait Implementations§
Source§impl Clone for CastingTime
impl Clone for CastingTime
Source§fn clone(&self) -> CastingTime
fn clone(&self) -> CastingTime
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CastingTime
impl Debug for CastingTime
Source§impl<'de> Deserialize<'de> for CastingTime
impl<'de> Deserialize<'de> for CastingTime
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 Display for CastingTime
impl Display for CastingTime
Source§impl Hash for CastingTime
impl Hash for CastingTime
Source§impl Ord for CastingTime
impl Ord for CastingTime
Source§fn cmp(&self, other: &CastingTime) -> Ordering
fn cmp(&self, other: &CastingTime) -> Ordering
1.21.0 · 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 CastingTime
impl PartialEq for CastingTime
Source§impl PartialOrd for CastingTime
impl PartialOrd for CastingTime
Source§impl Serialize for CastingTime
impl Serialize for CastingTime
impl Eq for CastingTime
impl StructuralPartialEq for CastingTime
Auto Trait Implementations§
impl Freeze for CastingTime
impl RefUnwindSafe for CastingTime
impl Send for CastingTime
impl Sync for CastingTime
impl Unpin for CastingTime
impl UnwindSafe for CastingTime
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