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