pub enum VhyToSortLater {
Life {},
Source {},
Cost {},
Player {},
Turn {},
Mana {},
Ability {},
Effect {},
}Variants§
Implementations§
Source§impl VhyToSortLater
impl VhyToSortLater
pub fn try_from_span(span: &Span<'_>) -> Option<Self>
Trait Implementations§
Source§impl Clone for VhyToSortLater
impl Clone for VhyToSortLater
Source§fn clone(&self) -> VhyToSortLater
fn clone(&self) -> VhyToSortLater
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 VhyToSortLater
impl Debug for VhyToSortLater
Source§impl<'de> Deserialize<'de> for VhyToSortLater
impl<'de> Deserialize<'de> for VhyToSortLater
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 VhyToSortLater
impl Display for VhyToSortLater
Source§impl Hash for VhyToSortLater
impl Hash for VhyToSortLater
Source§impl Idris for VhyToSortLater
impl Idris for VhyToSortLater
Source§impl Ord for VhyToSortLater
impl Ord for VhyToSortLater
Source§fn cmp(&self, other: &VhyToSortLater) -> Ordering
fn cmp(&self, other: &VhyToSortLater) -> 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 VhyToSortLater
impl PartialEq for VhyToSortLater
Source§impl PartialOrd for VhyToSortLater
impl PartialOrd for VhyToSortLater
Source§impl Serialize for VhyToSortLater
impl Serialize for VhyToSortLater
impl Copy for VhyToSortLater
impl Eq for VhyToSortLater
impl StructuralPartialEq for VhyToSortLater
Auto Trait Implementations§
impl Freeze for VhyToSortLater
impl RefUnwindSafe for VhyToSortLater
impl Send for VhyToSortLater
impl Sync for VhyToSortLater
impl Unpin for VhyToSortLater
impl UnwindSafe for VhyToSortLater
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