pub enum LicenseMessage {
NewLicense,
ErrorAlert(Component),
}Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for LicenseMessage
impl !Sync for LicenseMessage
impl !UnwindSafe for LicenseMessage
impl Freeze for LicenseMessage
impl Send for LicenseMessage
impl Unpin for LicenseMessage
impl UnsafeUnpin for LicenseMessage
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