pub enum MacOS {
ReceivedUrl(String),
}
Expand description
Describes an event specific to MacOS
Variants§
ReceivedUrl(String)
Triggered when the app receives an URL from the system
Note: For this event to be triggered, the executable needs to be properly bundled!
Trait Implementations§
impl Eq for MacOS
impl StructuralPartialEq for MacOS
Auto Trait Implementations§
impl Freeze for MacOS
impl RefUnwindSafe for MacOS
impl Send for MacOS
impl Sync for MacOS
impl Unpin for MacOS
impl UnwindSafe for MacOS
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