pub enum AllRoutineKind {
Functions(Span),
Procedures(Span),
Routines(Span),
}Expand description
ALL { FUNCTIONS | PROCEDURES | ROUTINES } - which plural form was used.
Variants§
Trait Implementations§
Source§impl Clone for AllRoutineKind
impl Clone for AllRoutineKind
Source§fn clone(&self) -> AllRoutineKind
fn clone(&self) -> AllRoutineKind
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 AllRoutineKind
impl Debug for AllRoutineKind
Auto Trait Implementations§
impl Freeze for AllRoutineKind
impl RefUnwindSafe for AllRoutineKind
impl Send for AllRoutineKind
impl Sync for AllRoutineKind
impl Unpin for AllRoutineKind
impl UnsafeUnpin for AllRoutineKind
impl UnwindSafe for AllRoutineKind
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