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 PartialOrd for ArgMode
impl PartialOrd for ArgMode
Source§impl VisitMut for ArgMode
impl VisitMut for ArgMode
Source§fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
Mutably visit this node with the provided
VisitorMut. Read moreimpl Eq for ArgMode
impl StructuralPartialEq for ArgMode
Auto Trait Implementations§
impl Freeze for ArgMode
impl RefUnwindSafe for ArgMode
impl Send for ArgMode
impl Sync for ArgMode
impl Unpin for ArgMode
impl UnsafeUnpin 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