pub struct SetWebLifecycleState {
pub state: SetWebLifecycleStateStateOption,
}Fields§
§state: SetWebLifecycleStateStateOptionTrait Implementations§
Source§impl Clone for SetWebLifecycleState
impl Clone for SetWebLifecycleState
Source§fn clone(&self) -> SetWebLifecycleState
fn clone(&self) -> SetWebLifecycleState
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 SetWebLifecycleState
impl Debug for SetWebLifecycleState
Source§impl<'de> Deserialize<'de> for SetWebLifecycleState
impl<'de> Deserialize<'de> for SetWebLifecycleState
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
Source§impl Method for SetWebLifecycleState
impl Method for SetWebLifecycleState
const NAME: &'static str = "Page.setWebLifecycleState"
type ReturnObject = SetWebLifecycleStateReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetWebLifecycleState
impl PartialEq for SetWebLifecycleState
Source§impl Serialize for SetWebLifecycleState
impl Serialize for SetWebLifecycleState
impl StructuralPartialEq for SetWebLifecycleState
Auto Trait Implementations§
impl Freeze for SetWebLifecycleState
impl RefUnwindSafe for SetWebLifecycleState
impl Send for SetWebLifecycleState
impl Sync for SetWebLifecycleState
impl Unpin for SetWebLifecycleState
impl UnwindSafe for SetWebLifecycleState
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