pub enum LRFSMType {
LR0,
LR1,
LALR,
}
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LRFSMType
impl<'de> Deserialize<'de> for LRFSMType
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
impl Copy for LRFSMType
impl StructuralPartialEq for LRFSMType
Auto Trait Implementations§
impl Freeze for LRFSMType
impl RefUnwindSafe for LRFSMType
impl Send for LRFSMType
impl Sync for LRFSMType
impl Unpin for LRFSMType
impl UnwindSafe for LRFSMType
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