pub enum RaiseLevel {
Debug(Span),
Log(Span),
Info(Span),
Notice(Span),
Warning(Span),
Exception(Span),
}Expand description
PL/pgSQL RAISE severity level
Variants§
Trait Implementations§
Source§impl Clone for RaiseLevel
impl Clone for RaiseLevel
Source§fn clone(&self) -> RaiseLevel
fn clone(&self) -> RaiseLevel
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 RaiseLevel
impl Debug for RaiseLevel
Auto Trait Implementations§
impl Freeze for RaiseLevel
impl RefUnwindSafe for RaiseLevel
impl Send for RaiseLevel
impl Sync for RaiseLevel
impl Unpin for RaiseLevel
impl UnsafeUnpin for RaiseLevel
impl UnwindSafe for RaiseLevel
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