pub(crate) struct ReloadArgs {
pub(crate) timeout: Option<f64>,
pub(crate) wait_until: Option<DocumentLoadState>,
}Fields§
§timeout: Option<f64>§wait_until: Option<DocumentLoadState>Trait Implementations§
Source§impl Default for ReloadArgs
impl Default for ReloadArgs
Source§fn default() -> ReloadArgs
fn default() -> ReloadArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReloadArgs
impl RefUnwindSafe for ReloadArgs
impl Send for ReloadArgs
impl Sync for ReloadArgs
impl Unpin for ReloadArgs
impl UnwindSafe for ReloadArgs
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