Enum vestinglib::VestingError
source · [−]pub enum VestingError {
Revoked,
ConfigurationError(&'static str),
}
Variants
Revoked
ConfigurationError(&'static str)
Trait Implementations
sourceimpl Clone for VestingError
impl Clone for VestingError
sourcefn clone(&self) -> VestingError
fn clone(&self) -> VestingError
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for VestingError
impl Debug for VestingError
sourceimpl PartialEq<VestingError> for VestingError
impl PartialEq<VestingError> for VestingError
sourcefn eq(&self, other: &VestingError) -> bool
fn eq(&self, other: &VestingError) -> bool
impl StructuralPartialEq for VestingError
Auto Trait Implementations
impl RefUnwindSafe for VestingError
impl Send for VestingError
impl Sync for VestingError
impl Unpin for VestingError
impl UnwindSafe for VestingError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more