pub enum WindowType {
Normal,
Popup,
Panel,
Devtools,
}Variants§
Trait Implementations§
Source§impl Debug for WindowType
impl Debug for WindowType
Source§impl PartialEq for WindowType
impl PartialEq for WindowType
Source§impl Serialize for WindowType
impl Serialize for WindowType
impl Eq for WindowType
impl StructuralPartialEq for WindowType
Auto Trait Implementations§
impl Freeze for WindowType
impl RefUnwindSafe for WindowType
impl Send for WindowType
impl Sync for WindowType
impl Unpin for WindowType
impl UnwindSafe for WindowType
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