pub enum WindowContent {
Url(String),
Html(String),
}Expand description
Content to load in the main window.
Variants§
Auto Trait Implementations§
impl Freeze for WindowContent
impl RefUnwindSafe for WindowContent
impl Send for WindowContent
impl Sync for WindowContent
impl Unpin for WindowContent
impl UnsafeUnpin for WindowContent
impl UnwindSafe for WindowContent
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