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