Struct basic_text::FromTextError [−][src]
pub struct FromTextError { /* fields omitted */ }Expand description
FromTextError is to TextString as FromUtf8Error is to String.
Implementations
Returns a slice of u8s bytes that were attempted to convert to a
TextString.
Returns the bytes that were attempted to convert to a TextString.
Fetch a TextError to get more details about the conversion failure.
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FromTextError
impl Send for FromTextError
impl Sync for FromTextError
impl Unpin for FromTextError
impl UnwindSafe for FromTextError
Blanket Implementations
Mutably borrows from an owned value. Read more