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