pub struct CharStrError;Expand description
A byte sequence does not represent a valid character string.
This can only mean that the sequence is longer than 255 bytes.
Trait Implementations§
Source§impl Clone for CharStrError
impl Clone for CharStrError
Source§fn clone(&self) -> CharStrError
fn clone(&self) -> CharStrError
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 CharStrError
impl Debug for CharStrError
Source§impl Display for CharStrError
impl Display for CharStrError
Source§impl Fail for CharStrError
impl Fail for CharStrError
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read moreSource§impl PartialEq for CharStrError
impl PartialEq for CharStrError
impl Copy for CharStrError
impl Eq for CharStrError
impl StructuralPartialEq for CharStrError
Auto Trait Implementations§
impl Freeze for CharStrError
impl RefUnwindSafe for CharStrError
impl Send for CharStrError
impl Sync for CharStrError
impl Unpin for CharStrError
impl UnwindSafe for CharStrError
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