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