pub enum CommentObject {
Column,
Table,
}
Variants§
Trait Implementations§
Source§impl Clone for CommentObject
impl Clone for CommentObject
Source§fn clone(&self) -> CommentObject
fn clone(&self) -> CommentObject
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 CommentObject
impl Debug for CommentObject
Source§impl Display for CommentObject
impl Display for CommentObject
Source§impl Hash for CommentObject
impl Hash for CommentObject
Source§impl PartialEq for CommentObject
impl PartialEq for CommentObject
impl Eq for CommentObject
impl StructuralPartialEq for CommentObject
Auto Trait Implementations§
impl Freeze for CommentObject
impl RefUnwindSafe for CommentObject
impl Send for CommentObject
impl Sync for CommentObject
impl Unpin for CommentObject
impl UnwindSafe for CommentObject
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