pub enum LeaderError {
LayoutMismatch,
IoError(ErrorKind),
}Variants§
Trait Implementations§
Source§impl Clone for LeaderError
impl Clone for LeaderError
Source§fn clone(&self) -> LeaderError
fn clone(&self) -> LeaderError
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 LeaderError
Source§impl Debug for LeaderError
impl Debug for LeaderError
impl Eq for LeaderError
Source§impl From<Error> for LeaderError
impl From<Error> for LeaderError
Source§impl PartialEq for LeaderError
impl PartialEq for LeaderError
impl StructuralPartialEq for LeaderError
Auto Trait Implementations§
impl Freeze for LeaderError
impl RefUnwindSafe for LeaderError
impl Send for LeaderError
impl Sync for LeaderError
impl Unpin for LeaderError
impl UnsafeUnpin for LeaderError
impl UnwindSafe for LeaderError
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