Enum shadow_rs::ShadowError
source · [−]pub enum ShadowError {
String(String),
}
Variants
String(String)
Implementations
sourceimpl ShadowError
impl ShadowError
Trait Implementations
sourceimpl Debug for ShadowError
impl Debug for ShadowError
sourceimpl From<FromUtf8Error> for ShadowError
impl From<FromUtf8Error> for ShadowError
sourcefn from(e: FromUtf8Error) -> Self
fn from(e: FromUtf8Error) -> Self
Performs the conversion.
sourceimpl From<ParseIntError> for ShadowError
impl From<ParseIntError> for ShadowError
sourcefn from(e: ParseIntError) -> Self
fn from(e: ParseIntError) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ShadowError
impl Send for ShadowError
impl Sync for ShadowError
impl Unpin for ShadowError
impl UnwindSafe for ShadowError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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