pub struct SqlCommentParser<'a> { /* private fields */ }
Implementations§
Source§impl<'a> SqlCommentParser<'a>
impl<'a> SqlCommentParser<'a>
pub fn new(sql: &'a str) -> Self
pub fn get_comment_sql(&mut self) -> String
pub fn remove_comment_sql(&mut self) -> String
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SqlCommentParser<'a>
impl<'a> RefUnwindSafe for SqlCommentParser<'a>
impl<'a> Send for SqlCommentParser<'a>
impl<'a> Sync for SqlCommentParser<'a>
impl<'a> Unpin for SqlCommentParser<'a>
impl<'a> UnwindSafe for SqlCommentParser<'a>
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