pub struct SchemaConstraintId(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for SchemaConstraintId
impl Clone for SchemaConstraintId
Source§fn clone(&self) -> SchemaConstraintId
fn clone(&self) -> SchemaConstraintId
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 SchemaConstraintId
impl Debug for SchemaConstraintId
Source§impl Display for SchemaConstraintId
impl Display for SchemaConstraintId
Source§impl Hash for SchemaConstraintId
impl Hash for SchemaConstraintId
Source§impl Ord for SchemaConstraintId
impl Ord for SchemaConstraintId
Source§fn cmp(&self, other: &SchemaConstraintId) -> Ordering
fn cmp(&self, other: &SchemaConstraintId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SchemaConstraintId
impl PartialEq for SchemaConstraintId
Source§impl PartialOrd for SchemaConstraintId
impl PartialOrd for SchemaConstraintId
impl Eq for SchemaConstraintId
impl StructuralPartialEq for SchemaConstraintId
Auto Trait Implementations§
impl Freeze for SchemaConstraintId
impl RefUnwindSafe for SchemaConstraintId
impl Send for SchemaConstraintId
impl Sync for SchemaConstraintId
impl Unpin for SchemaConstraintId
impl UnwindSafe for SchemaConstraintId
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