pub struct GitGraphSyntaxParser;Expand description
Git graph syntax parser
Implementations§
Trait Implementations§
Source§impl Default for GitGraphSyntaxParser
impl Default for GitGraphSyntaxParser
Source§impl SyntaxParser for GitGraphSyntaxParser
impl SyntaxParser for GitGraphSyntaxParser
Auto Trait Implementations§
impl Freeze for GitGraphSyntaxParser
impl RefUnwindSafe for GitGraphSyntaxParser
impl Send for GitGraphSyntaxParser
impl Sync for GitGraphSyntaxParser
impl Unpin for GitGraphSyntaxParser
impl UnwindSafe for GitGraphSyntaxParser
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