pub enum ValidationFailedType {
LicenseRevoked,
LicenseActivationRevoked,
LicenseExpired,
NoEligibleLicense,
Unknown,
}Expand description
The reason why online license validation failed.
Variants§
LicenseRevoked
LicenseActivationRevoked
LicenseExpired
NoEligibleLicense
Unknown
Unknown error type in Moonbase API response - if this is reached, this library needs updating!
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidationFailedType
impl RefUnwindSafe for ValidationFailedType
impl Send for ValidationFailedType
impl Sync for ValidationFailedType
impl Unpin for ValidationFailedType
impl UnsafeUnpin for ValidationFailedType
impl UnwindSafe for ValidationFailedType
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