pub struct GetPermissionsPolicyStateParams {
pub frame_id: Box<FrameId>,
}Expand description
Get Permissions Policy state on given frame. getPermissionsPolicyState
Fields§
§frame_id: Box<FrameId>Implementations§
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 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 UnsafeUnpin 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