pub enum PrecheckError {
InvalidInput,
NotImplemented,
}Variants§
Trait Implementations§
Source§impl Clone for PrecheckError
impl Clone for PrecheckError
Source§fn clone(&self) -> PrecheckError
fn clone(&self) -> PrecheckError
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 PrecheckError
Source§impl Debug for PrecheckError
impl Debug for PrecheckError
impl Eq for PrecheckError
Source§impl PartialEq for PrecheckError
impl PartialEq for PrecheckError
Source§fn eq(&self, other: &PrecheckError) -> bool
fn eq(&self, other: &PrecheckError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrecheckError
Auto Trait Implementations§
impl Freeze for PrecheckError
impl RefUnwindSafe for PrecheckError
impl Send for PrecheckError
impl Sync for PrecheckError
impl Unpin for PrecheckError
impl UnsafeUnpin for PrecheckError
impl UnwindSafe for PrecheckError
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