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