pub struct DefaultDslParser;Trait Implementations§
Source§impl Default for DefaultDslParser
impl Default for DefaultDslParser
Source§fn default() -> DefaultDslParser
fn default() -> DefaultDslParser
Returns the “default value” for a type. Read more
Source§impl DslParser for DefaultDslParser
impl DslParser for DefaultDslParser
fn parse_document(&self, input: &str) -> Result<DslDocument, ParseError>
Auto Trait Implementations§
impl Freeze for DefaultDslParser
impl RefUnwindSafe for DefaultDslParser
impl Send for DefaultDslParser
impl Sync for DefaultDslParser
impl Unpin for DefaultDslParser
impl UnwindSafe for DefaultDslParser
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