pub struct BackState {
pub url: String,
pub scroll: (f32, f32),
pub form: Option<FormValues>,
pub cookies: Vec<Cookie>,
}Expand description
The lean locator a black-box secondary (scry, weld, graft) can surface for a flip-back. The receiver re-roots from this — it re-fetches the URL and renders from source — and never reconstructs a live document out of the black box.
Fields§
§url: String§scroll: (f32, f32)§form: Option<FormValues>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BackState
impl RefUnwindSafe for BackState
impl Send for BackState
impl Sync for BackState
impl Unpin for BackState
impl UnsafeUnpin for BackState
impl UnwindSafe for BackState
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