Enum dnote_tui::dnote::DnoteClientError
source · pub enum DnoteClientError {
DnoteCommand,
UTF8ParseError,
ParseError,
UnknownError,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DnoteClientError
impl RefUnwindSafe for DnoteClientError
impl Send for DnoteClientError
impl Sync for DnoteClientError
impl Unpin for DnoteClientError
impl UnwindSafe for DnoteClientError
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