Enum dnote_tui::dnote_lib::DnoteClientError
source · pub enum DnoteClientError {
DnoteCommand,
UTF8ParseError,
ParseError,
UnknownError,
}Variants§
Trait Implementations§
Auto Trait Implementations§
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