pub struct ParseComplete;Expand description
ParseComplete message - statement parsing completed.
Implementations§
Trait Implementations§
Source§impl Clone for ParseComplete
impl Clone for ParseComplete
Source§fn clone(&self) -> ParseComplete
fn clone(&self) -> ParseComplete
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 moreSource§impl Debug for ParseComplete
impl Debug for ParseComplete
impl Copy for ParseComplete
Auto Trait Implementations§
impl Freeze for ParseComplete
impl RefUnwindSafe for ParseComplete
impl Send for ParseComplete
impl Sync for ParseComplete
impl Unpin for ParseComplete
impl UnwindSafe for ParseComplete
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