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