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