pub enum GophernizeError {
Utf8Error(Utf8Error),
NulError(NulError),
}
Variants§
Trait Implementations§
source§impl Debug for GophernizeError
impl Debug for GophernizeError
source§impl PartialEq<GophernizeError> for GophernizeError
impl PartialEq<GophernizeError> for GophernizeError
source§fn eq(&self, other: &GophernizeError) -> bool
fn eq(&self, other: &GophernizeError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GophernizeError
Auto Trait Implementations§
impl RefUnwindSafe for GophernizeError
impl Send for GophernizeError
impl Sync for GophernizeError
impl Unpin for GophernizeError
impl UnwindSafe for GophernizeError
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