Enum bio_types::strand::StrandError
source · pub enum StrandError {
InvalidChar(char),
ParseError,
}
Variants§
Trait Implementations§
source§impl Debug for StrandError
impl Debug for StrandError
source§impl Display for StrandError
impl Display for StrandError
source§impl Error for StrandError
impl Error for StrandError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<StrandError> for ParseAnnotError
impl From<StrandError> for ParseAnnotError
source§fn from(source: StrandError) -> Self
fn from(source: StrandError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StrandError
impl RefUnwindSafe for StrandError
impl Send for StrandError
impl Sync for StrandError
impl Unpin for StrandError
impl UnwindSafe for StrandError
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