Struct std::num::TryFromIntError 1.34.0[−][src]
pub struct TryFromIntError(_);
The error type returned when a checked integral type conversion fails.
Trait Implementations
impl Clone for TryFromIntError
[src]
impl Clone for TryFromIntError
[src]pub fn clone(&self) -> TryFromIntError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for TryFromIntError
[src]
impl Debug for TryFromIntError
[src]impl Display for TryFromIntError
[src]
impl Display for TryFromIntError
[src]impl Error for TryFromIntError
[src]
impl Error for TryFromIntError
[src]impl From<!> for TryFromIntError
[src]
impl From<!> for TryFromIntError
[src]pub fn from(never: !) -> TryFromIntError
[src]
impl From<Infallible> for TryFromIntError
[src]
impl From<Infallible> for TryFromIntError
[src]pub fn from(x: Infallible) -> TryFromIntError
[src]
impl PartialEq<TryFromIntError> for TryFromIntError
[src]
impl PartialEq<TryFromIntError> for TryFromIntError
[src]pub fn eq(&self, other: &TryFromIntError) -> bool
[src]
pub fn ne(&self, other: &TryFromIntError) -> bool
[src]
impl Copy for TryFromIntError
[src]
impl Eq for TryFromIntError
[src]
impl StructuralEq for TryFromIntError
[src]
impl StructuralPartialEq for TryFromIntError
[src]
Auto Trait Implementations
impl RefUnwindSafe for TryFromIntError
impl Send for TryFromIntError
impl Sync for TryFromIntError
impl Unpin for TryFromIntError
impl UnwindSafe for TryFromIntError
Blanket Implementations
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]pub fn borrow(&self) -> &TⓘNotable traits for &'_ mut I
impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W
[src]
Notable traits for &'_ mut I
impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut TⓘNotable traits for &'_ mut I
impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W
[src]
Notable traits for &'_ mut I
impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W