pub struct UnificationTooComplex { /* private fields */ }Implementations§
Source§impl UnificationTooComplex
impl UnificationTooComplex
pub fn operator_eq(&self, _other: &UnificationTooComplex) -> bool
Trait Implementations§
Source§impl Clone for UnificationTooComplex
impl Clone for UnificationTooComplex
Source§fn clone(&self) -> UnificationTooComplex
fn clone(&self) -> UnificationTooComplex
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 UnificationTooComplex
Source§impl CopyError for UnificationTooComplex
impl CopyError for UnificationTooComplex
fn copy_error_impl( &mut self, _dest_arena: &mut TypeArena, _clone_state: &mut CloneState, )
Source§impl Debug for UnificationTooComplex
impl Debug for UnificationTooComplex
Source§impl Default for UnificationTooComplex
impl Default for UnificationTooComplex
Source§fn default() -> UnificationTooComplex
fn default() -> UnificationTooComplex
Returns the “default value” for a type. Read more
impl Eq for UnificationTooComplex
Source§impl ErrorToString for UnificationTooComplex
impl ErrorToString for UnificationTooComplex
fn error_to_string_impl(&self, stream: &mut dyn Write) -> Result
Source§impl From<UnificationTooComplex> for TypeErrorData
impl From<UnificationTooComplex> for TypeErrorData
Source§fn from(value: UnificationTooComplex) -> Self
fn from(value: UnificationTooComplex) -> Self
Converts to this type from the input type.
Source§impl Hash for UnificationTooComplex
impl Hash for UnificationTooComplex
Source§impl PartialEq for UnificationTooComplex
impl PartialEq for UnificationTooComplex
Source§fn eq(&self, other: &UnificationTooComplex) -> bool
fn eq(&self, other: &UnificationTooComplex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnificationTooComplex
Source§impl TypeErrorDataMember for UnificationTooComplex
impl TypeErrorDataMember for UnificationTooComplex
fn get_if(v: &TypeErrorData) -> Option<&Self>
fn get_if_mut(v: &mut TypeErrorData) -> Option<&mut Self>
Auto Trait Implementations§
impl Freeze for UnificationTooComplex
impl RefUnwindSafe for UnificationTooComplex
impl Send for UnificationTooComplex
impl Sync for UnificationTooComplex
impl Unpin for UnificationTooComplex
impl UnsafeUnpin for UnificationTooComplex
impl UnwindSafe for UnificationTooComplex
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