pub struct ExpectedTypeFoundConst { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for ExpectedTypeFoundConst
impl Debug for ExpectedTypeFoundConst
Source§impl Diagnostic for ExpectedTypeFoundConst
impl Diagnostic for ExpectedTypeFoundConst
Source§impl From<ExpectedTypeFoundConst> for Error
impl From<ExpectedTypeFoundConst> for Error
Source§fn from(e: ExpectedTypeFoundConst) -> Self
fn from(e: ExpectedTypeFoundConst) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExpectedTypeFoundConst
impl RefUnwindSafe for ExpectedTypeFoundConst
impl Send for ExpectedTypeFoundConst
impl Sync for ExpectedTypeFoundConst
impl Unpin for ExpectedTypeFoundConst
impl UnwindSafe for ExpectedTypeFoundConst
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