Enum sqlparser::ast::CreateFunctionUsing
source · [−]Variants
Jar(String)
File(String)
Archive(String)
Trait Implementations
sourceimpl Clone for CreateFunctionUsing
impl Clone for CreateFunctionUsing
sourcefn clone(&self) -> CreateFunctionUsing
fn clone(&self) -> CreateFunctionUsing
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CreateFunctionUsing
impl Debug for CreateFunctionUsing
sourceimpl Display for CreateFunctionUsing
impl Display for CreateFunctionUsing
sourceimpl Hash for CreateFunctionUsing
impl Hash for CreateFunctionUsing
sourceimpl PartialEq<CreateFunctionUsing> for CreateFunctionUsing
impl PartialEq<CreateFunctionUsing> for CreateFunctionUsing
sourcefn eq(&self, other: &CreateFunctionUsing) -> bool
fn eq(&self, other: &CreateFunctionUsing) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &CreateFunctionUsing) -> bool
fn ne(&self, other: &CreateFunctionUsing) -> bool
This method tests for !=.
impl Eq for CreateFunctionUsing
impl StructuralEq for CreateFunctionUsing
impl StructuralPartialEq for CreateFunctionUsing
Auto Trait Implementations
impl RefUnwindSafe for CreateFunctionUsing
impl Send for CreateFunctionUsing
impl Sync for CreateFunctionUsing
impl Unpin for CreateFunctionUsing
impl UnwindSafe for CreateFunctionUsing
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more