pub(crate) struct AutoConversionLeafScalarError {
pub dest_span: Span,
pub dest_scalar: Box<str>,
pub source_span: Span,
pub source_type: Box<str>,
}
Fields§
§dest_span: Span
§dest_scalar: Box<str>
§source_span: Span
§source_type: Box<str>
Trait Implementations§
source§impl Clone for AutoConversionLeafScalarError
impl Clone for AutoConversionLeafScalarError
source§fn clone(&self) -> AutoConversionLeafScalarError
fn clone(&self) -> AutoConversionLeafScalarError
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 AutoConversionLeafScalarError
impl RefUnwindSafe for AutoConversionLeafScalarError
impl Send for AutoConversionLeafScalarError
impl Sync for AutoConversionLeafScalarError
impl Unpin for AutoConversionLeafScalarError
impl UnwindSafe for AutoConversionLeafScalarError
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