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