pub enum ConstToIntError {
HasUndef,
Overflow,
}Variants§
Trait Implementations§
Source§impl Clone for ConstToIntError
impl Clone for ConstToIntError
Source§fn clone(&self) -> ConstToIntError
fn clone(&self) -> ConstToIntError
Returns a duplicate 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 moreSource§impl Debug for ConstToIntError
impl Debug for ConstToIntError
impl Copy for ConstToIntError
Auto Trait Implementations§
impl Freeze for ConstToIntError
impl RefUnwindSafe for ConstToIntError
impl Send for ConstToIntError
impl Sync for ConstToIntError
impl Unpin for ConstToIntError
impl UnwindSafe for ConstToIntError
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