pub enum RoutineKindSyntax {
Function,
Procedure,
}Variants§
Trait Implementations§
Source§impl Clone for RoutineKindSyntax
impl Clone for RoutineKindSyntax
Source§fn clone(&self) -> RoutineKindSyntax
fn clone(&self) -> RoutineKindSyntax
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RoutineKindSyntax
Source§impl Debug for RoutineKindSyntax
impl Debug for RoutineKindSyntax
impl Eq for RoutineKindSyntax
Source§impl PartialEq for RoutineKindSyntax
impl PartialEq for RoutineKindSyntax
impl StructuralPartialEq for RoutineKindSyntax
Auto Trait Implementations§
impl Freeze for RoutineKindSyntax
impl RefUnwindSafe for RoutineKindSyntax
impl Send for RoutineKindSyntax
impl Sync for RoutineKindSyntax
impl Unpin for RoutineKindSyntax
impl UnsafeUnpin for RoutineKindSyntax
impl UnwindSafe for RoutineKindSyntax
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