pub enum ToolCustomFormatGrammarGrammarSyntax {
Lark,
Regex,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToolCustomFormatGrammarGrammarSyntax
impl RefUnwindSafe for ToolCustomFormatGrammarGrammarSyntax
impl Send for ToolCustomFormatGrammarGrammarSyntax
impl Sync for ToolCustomFormatGrammarGrammarSyntax
impl Unpin for ToolCustomFormatGrammarGrammarSyntax
impl UnwindSafe for ToolCustomFormatGrammarGrammarSyntax
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