pub enum KeywordKind {
Let,
PrintI32,
PrintStr,
}
Variants§
Trait Implementations§
source§impl Debug for KeywordKind
impl Debug for KeywordKind
source§impl<'de> Deserialize<'de> for KeywordKind
impl<'de> Deserialize<'de> for KeywordKind
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 FromStr for KeywordKind
impl FromStr for KeywordKind
Auto Trait Implementations§
impl Freeze for KeywordKind
impl RefUnwindSafe for KeywordKind
impl Send for KeywordKind
impl Sync for KeywordKind
impl Unpin for KeywordKind
impl UnwindSafe for KeywordKind
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