pub struct ColumnConstraintId(/* private fields */);Implementations§
Source§impl ColumnConstraintId
impl ColumnConstraintId
pub fn into_inner(self) -> AnyNodeId
Trait Implementations§
Source§impl Clone for ColumnConstraintId
impl Clone for ColumnConstraintId
Source§fn clone(&self) -> ColumnConstraintId
fn clone(&self) -> ColumnConstraintId
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 ColumnConstraintId
impl Debug for ColumnConstraintId
Source§impl<'a> From<ColumnConstraint<'a>> for ColumnConstraintId
impl<'a> From<ColumnConstraint<'a>> for ColumnConstraintId
Source§fn from(n: ColumnConstraint<'a>) -> Self
fn from(n: ColumnConstraint<'a>) -> Self
Converts to this type from the input type.
Source§impl From<ColumnConstraintId> for AnyNodeId
impl From<ColumnConstraintId> for AnyNodeId
Source§fn from(id: ColumnConstraintId) -> AnyNodeId
fn from(id: ColumnConstraintId) -> AnyNodeId
Converts to this type from the input type.
Source§impl Hash for ColumnConstraintId
impl Hash for ColumnConstraintId
Source§impl PartialEq for ColumnConstraintId
impl PartialEq for ColumnConstraintId
Source§impl TypedNodeId for ColumnConstraintId
impl TypedNodeId for ColumnConstraintId
Source§type Node<'a> = ColumnConstraint<'a>
type Node<'a> = ColumnConstraint<'a>
The typed view produced when this ID is resolved against an arena.
impl Copy for ColumnConstraintId
impl Eq for ColumnConstraintId
impl StructuralPartialEq for ColumnConstraintId
Auto Trait Implementations§
impl Freeze for ColumnConstraintId
impl RefUnwindSafe for ColumnConstraintId
impl Send for ColumnConstraintId
impl Sync for ColumnConstraintId
impl Unpin for ColumnConstraintId
impl UnsafeUnpin for ColumnConstraintId
impl UnwindSafe for ColumnConstraintId
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