pub enum CommentOnObjectType {
Column(Span),
Table(Span),
}Expand description
Object type for COMMENT ON
Variants§
Trait Implementations§
Source§impl Clone for CommentOnObjectType
impl Clone for CommentOnObjectType
Source§fn clone(&self) -> CommentOnObjectType
fn clone(&self) -> CommentOnObjectType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CommentOnObjectType
impl Debug for CommentOnObjectType
Auto Trait Implementations§
impl Freeze for CommentOnObjectType
impl RefUnwindSafe for CommentOnObjectType
impl Send for CommentOnObjectType
impl Sync for CommentOnObjectType
impl Unpin for CommentOnObjectType
impl UnsafeUnpin for CommentOnObjectType
impl UnwindSafe for CommentOnObjectType
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