pub enum BasicError {
MalformedEncoding,
MalformedFormat,
}
Variants§
Implementations§
Source§impl BasicError
impl BasicError
pub fn get_message(&self) -> String
pub fn get_message_encoded(&self) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BasicError
impl RefUnwindSafe for BasicError
impl Send for BasicError
impl Sync for BasicError
impl Unpin for BasicError
impl UnwindSafe for BasicError
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