pub struct AmbiguousFunctionCall { /* private fields */ }Implementations§
Source§impl AmbiguousFunctionCall
impl AmbiguousFunctionCall
pub fn arguments(&self) -> TypePackId
Source§impl AmbiguousFunctionCall
impl AmbiguousFunctionCall
pub fn new(function: TypeId, arguments: TypePackId) -> Self
Source§impl AmbiguousFunctionCall
impl AmbiguousFunctionCall
pub fn operator_eq(&self, rhs: &AmbiguousFunctionCall) -> bool
Trait Implementations§
Source§impl Clone for AmbiguousFunctionCall
impl Clone for AmbiguousFunctionCall
Source§fn clone(&self) -> AmbiguousFunctionCall
fn clone(&self) -> AmbiguousFunctionCall
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CopyError for AmbiguousFunctionCall
impl CopyError for AmbiguousFunctionCall
fn copy_error_impl( &mut self, dest_arena: &mut TypeArena, clone_state: &mut CloneState, )
Source§impl Debug for AmbiguousFunctionCall
impl Debug for AmbiguousFunctionCall
Source§impl ErrorToString for AmbiguousFunctionCall
impl ErrorToString for AmbiguousFunctionCall
fn error_to_string_impl(&self, stream: &mut dyn Write) -> Result
Source§impl From<AmbiguousFunctionCall> for TypeErrorData
impl From<AmbiguousFunctionCall> for TypeErrorData
Source§fn from(value: AmbiguousFunctionCall) -> Self
fn from(value: AmbiguousFunctionCall) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AmbiguousFunctionCall
impl PartialEq for AmbiguousFunctionCall
Source§fn eq(&self, other: &AmbiguousFunctionCall) -> bool
fn eq(&self, other: &AmbiguousFunctionCall) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AmbiguousFunctionCall
Source§impl TypeErrorDataMember for AmbiguousFunctionCall
impl TypeErrorDataMember for AmbiguousFunctionCall
fn get_if(v: &TypeErrorData) -> Option<&Self>
fn get_if_mut(v: &mut TypeErrorData) -> Option<&mut Self>
Auto Trait Implementations§
impl !Send for AmbiguousFunctionCall
impl !Sync for AmbiguousFunctionCall
impl Freeze for AmbiguousFunctionCall
impl RefUnwindSafe for AmbiguousFunctionCall
impl Unpin for AmbiguousFunctionCall
impl UnsafeUnpin for AmbiguousFunctionCall
impl UnwindSafe for AmbiguousFunctionCall
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