Struct basic_text::TextError
source · pub struct TextError { /* private fields */ }Expand description
TextError is to TextString as Utf8Error is to String.
Implementations
sourceimpl TextError
impl TextError
sourcepub fn valid_up_to(&self) -> usize
pub fn valid_up_to(&self) -> usize
Returns the index in the given string up to which valid Basic Text was verified.
Trait Implementations
sourceimpl Error for TextError
impl Error for TextError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl Copy for TextError
impl Eq for TextError
impl StructuralEq for TextError
impl StructuralPartialEq for TextError
Auto Trait Implementations
impl RefUnwindSafe for TextError
impl Send for TextError
impl Sync for TextError
impl Unpin for TextError
impl UnwindSafe for TextError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more