Enum sqlparser::ast::CloseCursor
source · [−]pub enum CloseCursor {
All,
Specific {
name: Ident,
},
}
Variants
All
Specific
Fields
name: Ident
Trait Implementations
sourceimpl Clone for CloseCursor
impl Clone for CloseCursor
sourcefn clone(&self) -> CloseCursor
fn clone(&self) -> CloseCursor
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 moresourceimpl Debug for CloseCursor
impl Debug for CloseCursor
sourceimpl Display for CloseCursor
impl Display for CloseCursor
sourceimpl Hash for CloseCursor
impl Hash for CloseCursor
sourceimpl PartialEq<CloseCursor> for CloseCursor
impl PartialEq<CloseCursor> for CloseCursor
sourcefn eq(&self, other: &CloseCursor) -> bool
fn eq(&self, other: &CloseCursor) -> bool
impl Eq for CloseCursor
impl StructuralEq for CloseCursor
impl StructuralPartialEq for CloseCursor
Auto Trait Implementations
impl RefUnwindSafe for CloseCursor
impl Send for CloseCursor
impl Sync for CloseCursor
impl Unpin for CloseCursor
impl UnwindSafe for CloseCursor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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