pub struct ToolCustomFormatGrammarGrammar {
pub definition: String,
pub syntax: ToolCustomFormatGrammarGrammarSyntax,
}
Fields§
§definition: String
The grammar definition.
syntax: ToolCustomFormatGrammarGrammarSyntax
The syntax of the grammar definition. One of lark
or regex
.
Trait Implementations§
Source§impl Clone for ToolCustomFormatGrammarGrammar
impl Clone for ToolCustomFormatGrammarGrammar
Source§fn clone(&self) -> ToolCustomFormatGrammarGrammar
fn clone(&self) -> ToolCustomFormatGrammarGrammar
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 ToolCustomFormatGrammarGrammar
impl RefUnwindSafe for ToolCustomFormatGrammarGrammar
impl Send for ToolCustomFormatGrammarGrammar
impl Sync for ToolCustomFormatGrammarGrammar
impl Unpin for ToolCustomFormatGrammarGrammar
impl UnwindSafe for ToolCustomFormatGrammarGrammar
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