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