pub struct Alert { /* private fields */ }Expand description
Alert is a wrapper for all the various error types that may be returned by various crate functions.
Trait Implementations§
Source§impl From<FromUtf8Error> for Alert
impl From<FromUtf8Error> for Alert
Source§fn from(value: FromUtf8Error) -> Self
fn from(value: FromUtf8Error) -> Self
string::FromUtf8Error
Source§impl From<ParseBoolError> for Alert
impl From<ParseBoolError> for Alert
Source§fn from(value: ParseBoolError) -> Self
fn from(value: ParseBoolError) -> Self
str::ParseBoolError
Source§impl From<ParseError> for Alert
impl From<ParseError> for Alert
Source§fn from(value: ParseError) -> Self
fn from(value: ParseError) -> Self
chrono::ParseError
Source§impl From<ParseIntError> for Alert
impl From<ParseIntError> for Alert
Source§fn from(value: ParseIntError) -> Self
fn from(value: ParseIntError) -> Self
num::ParseIntError
impl StructuralPartialEq for Alert
Auto Trait Implementations§
impl Freeze for Alert
impl RefUnwindSafe for Alert
impl Send for Alert
impl Sync for Alert
impl Unpin for Alert
impl UnsafeUnpin for Alert
impl UnwindSafe for Alert
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