pub enum ActionKeyword {
Deals {},
Get {},
Put {},
Reveal {},
}Expand description
Fixme: what’s this ? we can do better
Variants§
Implementations§
Source§impl ActionKeyword
impl ActionKeyword
pub fn try_from_span(span: &Span<'_>) -> Option<Self>
Trait Implementations§
Source§impl Clone for ActionKeyword
impl Clone for ActionKeyword
Source§fn clone(&self) -> ActionKeyword
fn clone(&self) -> ActionKeyword
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 ActionKeyword
impl Debug for ActionKeyword
Source§impl<'de> Deserialize<'de> for ActionKeyword
impl<'de> Deserialize<'de> for ActionKeyword
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 Hash for ActionKeyword
impl Hash for ActionKeyword
Source§impl Idris for ActionKeyword
impl Idris for ActionKeyword
Source§impl Ord for ActionKeyword
impl Ord for ActionKeyword
Source§fn cmp(&self, other: &ActionKeyword) -> Ordering
fn cmp(&self, other: &ActionKeyword) -> 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 ActionKeyword
impl PartialEq for ActionKeyword
Source§impl PartialOrd for ActionKeyword
impl PartialOrd for ActionKeyword
Source§impl Serialize for ActionKeyword
impl Serialize for ActionKeyword
impl Copy for ActionKeyword
impl Eq for ActionKeyword
impl StructuralPartialEq for ActionKeyword
Auto Trait Implementations§
impl Freeze for ActionKeyword
impl RefUnwindSafe for ActionKeyword
impl Send for ActionKeyword
impl Sync for ActionKeyword
impl Unpin for ActionKeyword
impl UnwindSafe for ActionKeyword
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