Struct std::char::CharTryFromError 1.34.0[−][src]
pub struct CharTryFromError(_);
The error type returned when a conversion from u32 to char fails.
Trait Implementations
impl Clone for CharTryFromError
[src]
impl Clone for CharTryFromError
[src]pub fn clone(&self) -> CharTryFromError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for CharTryFromError
[src]
impl Debug for CharTryFromError
[src]impl Display for CharTryFromError
[src]
impl Display for CharTryFromError
[src]impl Error for CharTryFromError
[src]
impl Error for CharTryFromError
[src]impl PartialEq<CharTryFromError> for CharTryFromError
[src]
impl PartialEq<CharTryFromError> for CharTryFromError
[src]pub fn eq(&self, other: &CharTryFromError) -> bool
[src]
pub fn ne(&self, other: &CharTryFromError) -> bool
[src]
impl Copy for CharTryFromError
[src]
impl Eq for CharTryFromError
[src]
impl StructuralEq for CharTryFromError
[src]
impl StructuralPartialEq for CharTryFromError
[src]
Auto Trait Implementations
impl RefUnwindSafe for CharTryFromError
impl Send for CharTryFromError
impl Sync for CharTryFromError
impl Unpin for CharTryFromError
impl UnwindSafe for CharTryFromError
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 F
impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W
[src]
Notable traits for &'_ mut F
impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;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 F
impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W
[src]
Notable traits for &'_ mut F
impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W