Enum sqlparser::ast::DiscardObject
source · [−]pub enum DiscardObject {
ALL,
PLANS,
SEQUENCES,
TEMP,
}
Variants
ALL
PLANS
SEQUENCES
TEMP
Trait Implementations
sourceimpl Clone for DiscardObject
impl Clone for DiscardObject
sourcefn clone(&self) -> DiscardObject
fn clone(&self) -> DiscardObject
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 DiscardObject
impl Debug for DiscardObject
sourceimpl Display for DiscardObject
impl Display for DiscardObject
sourceimpl Hash for DiscardObject
impl Hash for DiscardObject
sourceimpl PartialEq<DiscardObject> for DiscardObject
impl PartialEq<DiscardObject> for DiscardObject
sourcefn eq(&self, other: &DiscardObject) -> bool
fn eq(&self, other: &DiscardObject) -> bool
impl Eq for DiscardObject
impl StructuralEq for DiscardObject
impl StructuralPartialEq for DiscardObject
Auto Trait Implementations
impl RefUnwindSafe for DiscardObject
impl Send for DiscardObject
impl Sync for DiscardObject
impl Unpin for DiscardObject
impl UnwindSafe for DiscardObject
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