pub struct SetWebLifecycleStateReturn {}Available on crate features
Page and Debugger and DOM and IO and Network and Runtime and experimental only.Expand description
Tries to update the web lifecycle state of the page. It will transition the page to the given state according to: https://github.com/WICG/web-lifecycle/
Implementations§
Trait Implementations§
Source§impl Clone for SetWebLifecycleStateReturn
impl Clone for SetWebLifecycleStateReturn
Source§fn clone(&self) -> SetWebLifecycleStateReturn
fn clone(&self) -> SetWebLifecycleStateReturn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetWebLifecycleStateReturn
impl Debug for SetWebLifecycleStateReturn
Source§impl Default for SetWebLifecycleStateReturn
impl Default for SetWebLifecycleStateReturn
Source§fn default() -> SetWebLifecycleStateReturn
fn default() -> SetWebLifecycleStateReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetWebLifecycleStateReturn
impl<'de> Deserialize<'de> for SetWebLifecycleStateReturn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetWebLifecycleStateReturn
impl RefUnwindSafe for SetWebLifecycleStateReturn
impl Send for SetWebLifecycleStateReturn
impl Sync for SetWebLifecycleStateReturn
impl Unpin for SetWebLifecycleStateReturn
impl UnwindSafe for SetWebLifecycleStateReturn
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