pub struct GetPermissionsPolicyStateParams {
pub frame_id: FrameId,
}Expand description
Get Permissions Policy state on given frame. getPermissionsPolicyState
Fields§
§frame_id: FrameIdImplementations§
Source§impl GetPermissionsPolicyStateParams
impl GetPermissionsPolicyStateParams
pub fn builder() -> GetPermissionsPolicyStateParamsBuilder
Source§impl GetPermissionsPolicyStateParams
impl GetPermissionsPolicyStateParams
pub const IDENTIFIER: &'static str = "Page.getPermissionsPolicyState"
Trait Implementations§
Source§impl Clone for GetPermissionsPolicyStateParams
impl Clone for GetPermissionsPolicyStateParams
Source§fn clone(&self) -> GetPermissionsPolicyStateParams
fn clone(&self) -> GetPermissionsPolicyStateParams
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<'de> Deserialize<'de> for GetPermissionsPolicyStateParams
impl<'de> Deserialize<'de> for GetPermissionsPolicyStateParams
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 GetPermissionsPolicyStateParams
impl Method for GetPermissionsPolicyStateParams
Source§fn identifier(&self) -> MethodId
fn identifier(&self) -> MethodId
The whole string identifier for this method like:
DOM.removeNodeSource§fn domain_name(&self) -> Cow<'static, str>
fn domain_name(&self) -> Cow<'static, str>
The name of the domain this method belongs to:
DOMSource§fn method_name(&self) -> Cow<'static, str>
fn method_name(&self) -> Cow<'static, str>
The standalone identifier of the method inside the domain:
removeNodeSource§impl PartialEq for GetPermissionsPolicyStateParams
impl PartialEq for GetPermissionsPolicyStateParams
Source§fn eq(&self, other: &GetPermissionsPolicyStateParams) -> bool
fn eq(&self, other: &GetPermissionsPolicyStateParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetPermissionsPolicyStateParams
Auto Trait Implementations§
impl Freeze for GetPermissionsPolicyStateParams
impl RefUnwindSafe for GetPermissionsPolicyStateParams
impl Send for GetPermissionsPolicyStateParams
impl Sync for GetPermissionsPolicyStateParams
impl Unpin for GetPermissionsPolicyStateParams
impl UnwindSafe for GetPermissionsPolicyStateParams
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