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