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