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