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