pub struct InstantiateGenericsOnNonFunction { /* private fields */ }Implementations§
Source§impl InstantiateGenericsOnNonFunction
impl InstantiateGenericsOnNonFunction
pub fn operator_eq(&self, rhs: &InstantiateGenericsOnNonFunction) -> bool
Source§impl InstantiateGenericsOnNonFunction
impl InstantiateGenericsOnNonFunction
pub const None: InterestingEdgeCase = crate::enums::interesting_edge_case::InterestingEdgeCase::None
pub const MetatableCall: InterestingEdgeCase = crate::enums::interesting_edge_case::InterestingEdgeCase::MetatableCall
pub const Intersection: InterestingEdgeCase = crate::enums::interesting_edge_case::InterestingEdgeCase::Intersection
Trait Implementations§
Source§impl Clone for InstantiateGenericsOnNonFunction
impl Clone for InstantiateGenericsOnNonFunction
Source§fn clone(&self) -> InstantiateGenericsOnNonFunction
fn clone(&self) -> InstantiateGenericsOnNonFunction
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 moreimpl Copy for InstantiateGenericsOnNonFunction
Source§impl CopyError for InstantiateGenericsOnNonFunction
impl CopyError for InstantiateGenericsOnNonFunction
fn copy_error_impl( &mut self, _dest_arena: &mut TypeArena, _clone_state: &mut CloneState, )
impl Eq for InstantiateGenericsOnNonFunction
Source§impl ErrorToString for InstantiateGenericsOnNonFunction
impl ErrorToString for InstantiateGenericsOnNonFunction
fn error_to_string_impl(&self, stream: &mut dyn Write) -> Result
Source§impl From<InstantiateGenericsOnNonFunction> for TypeErrorData
impl From<InstantiateGenericsOnNonFunction> for TypeErrorData
Source§fn from(value: InstantiateGenericsOnNonFunction) -> Self
fn from(value: InstantiateGenericsOnNonFunction) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InstantiateGenericsOnNonFunction
impl PartialEq for InstantiateGenericsOnNonFunction
Source§fn eq(&self, other: &InstantiateGenericsOnNonFunction) -> bool
fn eq(&self, other: &InstantiateGenericsOnNonFunction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InstantiateGenericsOnNonFunction
Source§impl TypeErrorDataMember for InstantiateGenericsOnNonFunction
impl TypeErrorDataMember for InstantiateGenericsOnNonFunction
fn get_if(v: &TypeErrorData) -> Option<&Self>
fn get_if_mut(v: &mut TypeErrorData) -> Option<&mut Self>
Auto Trait Implementations§
impl Freeze for InstantiateGenericsOnNonFunction
impl RefUnwindSafe for InstantiateGenericsOnNonFunction
impl Send for InstantiateGenericsOnNonFunction
impl Sync for InstantiateGenericsOnNonFunction
impl Unpin for InstantiateGenericsOnNonFunction
impl UnsafeUnpin for InstantiateGenericsOnNonFunction
impl UnwindSafe for InstantiateGenericsOnNonFunction
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