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