pub enum MinGateError {
NotImplemented,
InvalidCeiling,
InvalidRhoConfig,
}Variants§
Trait Implementations§
Source§impl Clone for MinGateError
impl Clone for MinGateError
Source§fn clone(&self) -> MinGateError
fn clone(&self) -> MinGateError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MinGateError
Source§impl Debug for MinGateError
impl Debug for MinGateError
impl Eq for MinGateError
Source§impl PartialEq for MinGateError
impl PartialEq for MinGateError
Source§fn eq(&self, other: &MinGateError) -> bool
fn eq(&self, other: &MinGateError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MinGateError
Auto Trait Implementations§
impl Freeze for MinGateError
impl RefUnwindSafe for MinGateError
impl Send for MinGateError
impl Sync for MinGateError
impl Unpin for MinGateError
impl UnsafeUnpin for MinGateError
impl UnwindSafe for MinGateError
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