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§
Auto 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