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