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