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