pub struct VisibleSecurityStateChangedParams {
pub visible_security_state: VisibleSecurityState,
}Expand description
The security state of the page changed. visibleSecurityStateChanged
Fields§
§visible_security_state: VisibleSecurityStateSecurity state information about the page.
Trait Implementations§
Source§impl Clone for VisibleSecurityStateChangedParams
impl Clone for VisibleSecurityStateChangedParams
Source§fn clone(&self) -> VisibleSecurityStateChangedParams
fn clone(&self) -> VisibleSecurityStateChangedParams
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 VisibleSecurityStateChangedParams
impl<'de> Deserialize<'de> for VisibleSecurityStateChangedParams
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 VisibleSecurityStateChangedParams
impl PartialEq for VisibleSecurityStateChangedParams
Source§fn eq(&self, other: &VisibleSecurityStateChangedParams) -> bool
fn eq(&self, other: &VisibleSecurityStateChangedParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VisibleSecurityStateChangedParams
Auto Trait Implementations§
impl Freeze for VisibleSecurityStateChangedParams
impl RefUnwindSafe for VisibleSecurityStateChangedParams
impl Send for VisibleSecurityStateChangedParams
impl Sync for VisibleSecurityStateChangedParams
impl Unpin for VisibleSecurityStateChangedParams
impl UnsafeUnpin for VisibleSecurityStateChangedParams
impl UnwindSafe for VisibleSecurityStateChangedParams
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