pub enum ToolCustomFormatGrammarGrammarSyntax {
Lark,
Regex,
}
Variants§
Trait Implementations§
Source§impl Clone for ToolCustomFormatGrammarGrammarSyntax
impl Clone for ToolCustomFormatGrammarGrammarSyntax
Source§fn clone(&self) -> ToolCustomFormatGrammarGrammarSyntax
fn clone(&self) -> ToolCustomFormatGrammarGrammarSyntax
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 moreAuto 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