pub enum SendNotifyError {
Msg(String),
Sign(String),
Ignore,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SendNotifyError
impl RefUnwindSafe for SendNotifyError
impl Send for SendNotifyError
impl Sync for SendNotifyError
impl Unpin for SendNotifyError
impl UnsafeUnpin for SendNotifyError
impl UnwindSafe for SendNotifyError
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