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