pub(crate) struct AutoConversionError {
pub dest_span: Span,
pub dest_type: Box<str>,
pub source_span: Span,
pub source_type: Box<str>,
}
Fields§
§dest_span: Span
§dest_type: Box<str>
§source_span: Span
§source_type: Box<str>
Trait Implementations§
source§impl Clone for AutoConversionError
impl Clone for AutoConversionError
source§fn clone(&self) -> AutoConversionError
fn clone(&self) -> AutoConversionError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AutoConversionError
impl RefUnwindSafe for AutoConversionError
impl Send for AutoConversionError
impl Sync for AutoConversionError
impl Unpin for AutoConversionError
impl UnwindSafe for AutoConversionError
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