pub struct ErrorOutput {
pub ok: bool,
pub error: ErrorBody,
}Fields§
§ok: bool§error: ErrorBodyTrait Implementations§
Source§impl Debug for ErrorOutput
impl Debug for ErrorOutput
Source§impl From<&NotifyError> for ErrorOutput
impl From<&NotifyError> for ErrorOutput
Source§fn from(error: &NotifyError) -> Self
fn from(error: &NotifyError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ErrorOutput
impl RefUnwindSafe for ErrorOutput
impl Send for ErrorOutput
impl Sync for ErrorOutput
impl Unpin for ErrorOutput
impl UnsafeUnpin for ErrorOutput
impl UnwindSafe for ErrorOutput
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