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