pub enum ProcedureType {
SID,
STAR,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcedureType
impl RefUnwindSafe for ProcedureType
impl Send for ProcedureType
impl Sync for ProcedureType
impl Unpin 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