Enum dittolive_ditto::error::LicenseError
source · pub enum LicenseError {
LicenseTokenVerificationFailed {
message: String,
},
LicenseTokenExpired {
message: String,
},
LicenseTokenUnsupportedFutureVersion {
message: String,
},
}
Expand description
Error related to License
Variants§
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LicenseError
impl Send for LicenseError
impl Sync for LicenseError
impl Unpin for LicenseError
impl UnwindSafe for LicenseError
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