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