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