pub struct dialog;
Trait Implementations§
Source§impl CssSelector for dialog
impl CssSelector for dialog
fn is_selector(&self)
impl CssElement for dialog
Auto Trait Implementations§
impl Freeze for dialog
impl RefUnwindSafe for dialog
impl Send for dialog
impl Sync for dialog
impl Unpin for dialog
impl UnwindSafe for dialog
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