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