Struct std::char::DecodeUtf16Error 1.9.0[−][src]
pub struct DecodeUtf16Error { /* fields omitted */ }
An error that can be returned when decoding UTF-16 code points.
Implementations
impl DecodeUtf16Error
[src]
impl DecodeUtf16Error
[src]pub fn unpaired_surrogate(&self) -> u16
[src]
Returns the unpaired surrogate which caused this error.
Trait Implementations
impl Clone for DecodeUtf16Error
[src]
impl Clone for DecodeUtf16Error
[src]pub fn clone(&self) -> DecodeUtf16Error
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for DecodeUtf16Error
[src]
impl Debug for DecodeUtf16Error
[src]impl Display for DecodeUtf16Error
[src]
impl Display for DecodeUtf16Error
[src]impl Error for DecodeUtf16Error
[src]
impl Error for DecodeUtf16Error
[src]impl PartialEq<DecodeUtf16Error> for DecodeUtf16Error
[src]
impl PartialEq<DecodeUtf16Error> for DecodeUtf16Error
[src]pub fn eq(&self, other: &DecodeUtf16Error) -> bool
[src]
pub fn ne(&self, other: &DecodeUtf16Error) -> bool
[src]
impl Eq for DecodeUtf16Error
[src]
impl StructuralEq for DecodeUtf16Error
[src]
impl StructuralPartialEq for DecodeUtf16Error
[src]
Auto Trait Implementations
impl RefUnwindSafe for DecodeUtf16Error
impl Send for DecodeUtf16Error
impl Sync for DecodeUtf16Error
impl Unpin for DecodeUtf16Error
impl UnwindSafe for DecodeUtf16Error
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