pub enum VestingError {
Revoked,
ConfigurationError(&'static str),
}
Variants§
Trait Implementations§
Source§impl Clone for VestingError
impl Clone for VestingError
Source§fn clone(&self) -> VestingError
fn clone(&self) -> VestingError
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 VestingError
impl Debug for VestingError
Source§impl PartialEq for VestingError
impl PartialEq for VestingError
impl StructuralPartialEq for VestingError
Auto Trait Implementations§
impl Freeze for VestingError
impl RefUnwindSafe for VestingError
impl Send for VestingError
impl Sync for VestingError
impl Unpin for VestingError
impl UnwindSafe for VestingError
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