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