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 FromTextErrorimpl Send for FromTextErrorimpl Sync for FromTextErrorimpl Unpin for FromTextErrorimpl UnwindSafe for FromTextErrorBlanket Implementations
Mutably borrows from an owned value. Read more