pub struct CommentColumnConstraint;Expand description
CommentColumnConstraint - Column comment marker
Trait Implementations§
Source§impl Clone for CommentColumnConstraint
impl Clone for CommentColumnConstraint
Source§fn clone(&self) -> CommentColumnConstraint
fn clone(&self) -> CommentColumnConstraint
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 CommentColumnConstraint
impl Debug for CommentColumnConstraint
Source§impl<'de> Deserialize<'de> for CommentColumnConstraint
impl<'de> Deserialize<'de> for CommentColumnConstraint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CommentColumnConstraint
impl PartialEq for CommentColumnConstraint
Source§impl Serialize for CommentColumnConstraint
impl Serialize for CommentColumnConstraint
impl StructuralPartialEq for CommentColumnConstraint
Auto Trait Implementations§
impl Freeze for CommentColumnConstraint
impl RefUnwindSafe for CommentColumnConstraint
impl Send for CommentColumnConstraint
impl Sync for CommentColumnConstraint
impl Unpin for CommentColumnConstraint
impl UnwindSafe for CommentColumnConstraint
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