pub enum ArgMode {
In,
Out,
InOut,
}
Expand description
The mode of an argument in CREATE FUNCTION.
Variants§
Trait Implementations§
source§impl Ord for ArgMode
impl Ord for ArgMode
source§impl PartialEq for ArgMode
impl PartialEq for ArgMode
source§impl PartialOrd for ArgMode
impl PartialOrd for ArgMode
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for ArgMode
impl StructuralEq for ArgMode
impl StructuralPartialEq for ArgMode
Auto Trait Implementations§
impl RefUnwindSafe for ArgMode
impl Send for ArgMode
impl Sync for ArgMode
impl Unpin for ArgMode
impl UnwindSafe for ArgMode
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