pub enum HandlerAction {
Continue(Span),
Exit(Span),
}Expand description
Action part of a MariaDB/MySQL handler declaration.
Variants§
Trait Implementations§
Source§impl Clone for HandlerAction
impl Clone for HandlerAction
Source§fn clone(&self) -> HandlerAction
fn clone(&self) -> HandlerAction
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 HandlerAction
impl Debug for HandlerAction
Auto Trait Implementations§
impl Freeze for HandlerAction
impl RefUnwindSafe for HandlerAction
impl Send for HandlerAction
impl Sync for HandlerAction
impl Unpin for HandlerAction
impl UnsafeUnpin for HandlerAction
impl UnwindSafe for HandlerAction
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