pub enum ProcedureType {
Query,
Command,
}Variants§
Trait Implementations§
Source§impl Clone for ProcedureType
impl Clone for ProcedureType
Source§fn clone(&self) -> ProcedureType
fn clone(&self) -> ProcedureType
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 ProcedureType
impl Debug for ProcedureType
Source§impl PartialEq for ProcedureType
impl PartialEq for ProcedureType
impl Copy for ProcedureType
impl Eq for ProcedureType
impl StructuralPartialEq for ProcedureType
Auto Trait Implementations§
impl Freeze for ProcedureType
impl RefUnwindSafe for ProcedureType
impl Send for ProcedureType
impl Sync for ProcedureType
impl Unpin for ProcedureType
impl UnsafeUnpin for ProcedureType
impl UnwindSafe for ProcedureType
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