pub struct DropStmtId(/* private fields */);Implementations§
Source§impl DropStmtId
impl DropStmtId
pub fn into_inner(self) -> AnyNodeId
Trait Implementations§
Source§impl Clone for DropStmtId
impl Clone for DropStmtId
Source§fn clone(&self) -> DropStmtId
fn clone(&self) -> DropStmtId
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 DropStmtId
impl Debug for DropStmtId
Source§impl<'a> From<DropStmt<'a>> for DropStmtId
impl<'a> From<DropStmt<'a>> for DropStmtId
Source§impl From<DropStmtId> for AnyNodeId
impl From<DropStmtId> for AnyNodeId
Source§fn from(id: DropStmtId) -> AnyNodeId
fn from(id: DropStmtId) -> AnyNodeId
Converts to this type from the input type.
Source§impl Hash for DropStmtId
impl Hash for DropStmtId
Source§impl PartialEq for DropStmtId
impl PartialEq for DropStmtId
Source§impl TypedNodeId for DropStmtId
impl TypedNodeId for DropStmtId
impl Copy for DropStmtId
impl Eq for DropStmtId
impl StructuralPartialEq for DropStmtId
Auto Trait Implementations§
impl Freeze for DropStmtId
impl RefUnwindSafe for DropStmtId
impl Send for DropStmtId
impl Sync for DropStmtId
impl Unpin for DropStmtId
impl UnsafeUnpin for DropStmtId
impl UnwindSafe for DropStmtId
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