Enum ezno_parser::types::interface::TypeRule
source · pub enum TypeRule {
In,
InKeyOf,
}
Variants§
Trait Implementations§
source§impl PartialEq<TypeRule> for TypeRule
impl PartialEq<TypeRule> for TypeRule
source§impl SelfRustTokenize for TypeRule
impl SelfRustTokenize for TypeRule
fn append_to_token_stream(&self, token_stream: &mut TokenStream)
source§fn to_tokens(&self) -> TokenStream
fn to_tokens(&self) -> TokenStream
Returns the tokens used to construct self
impl Eq for TypeRule
impl StructuralEq for TypeRule
impl StructuralPartialEq for TypeRule
Auto Trait Implementations§
impl RefUnwindSafe for TypeRule
impl Send for TypeRule
impl Sync for TypeRule
impl Unpin for TypeRule
impl UnwindSafe for TypeRule
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