pub(crate) struct SetContentArgs<'a> {
html: &'a str,
pub(crate) timeout: Option<f64>,
pub(crate) wait_until: Option<DocumentLoadState>,
}Fields§
§html: &'a str§timeout: Option<f64>§wait_until: Option<DocumentLoadState>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SetContentArgs<'a>
impl<'a> RefUnwindSafe for SetContentArgs<'a>
impl<'a> Send for SetContentArgs<'a>
impl<'a> Sync for SetContentArgs<'a>
impl<'a> Unpin for SetContentArgs<'a>
impl<'a> UnwindSafe for SetContentArgs<'a>
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