pub enum UclErrorType {
Ok,
Syntax,
Io,
State,
Nested,
Macro,
Internal,
SSL,
Other,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UclErrorType
impl Clone for UclErrorType
Source§fn clone(&self) -> UclErrorType
fn clone(&self) -> UclErrorType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UclErrorType
impl Debug for UclErrorType
Source§impl PartialEq for UclErrorType
impl PartialEq for UclErrorType
impl Copy for UclErrorType
impl Eq for UclErrorType
impl StructuralPartialEq for UclErrorType
Auto Trait Implementations§
impl Freeze for UclErrorType
impl RefUnwindSafe for UclErrorType
impl Send for UclErrorType
impl Sync for UclErrorType
impl Unpin for UclErrorType
impl UnwindSafe for UclErrorType
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