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