pub enum NewWindowType {
Tab,
Window,
}Expand description
Needed to call the new_window method
Variants§
Auto Trait Implementations§
impl Freeze for NewWindowType
impl RefUnwindSafe for NewWindowType
impl Send for NewWindowType
impl Sync for NewWindowType
impl Unpin for NewWindowType
impl UnwindSafe for NewWindowType
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