pub struct VisibleSecurityStateChangedEventParamsBuilder { /* private fields */ }Expand description
Builder for VisibleSecurityStateChangedEventParams.
Implementations§
Source§impl VisibleSecurityStateChangedEventParamsBuilder
impl VisibleSecurityStateChangedEventParamsBuilder
Sourcepub fn visible_security_state(
&mut self,
value: VisibleSecurityState,
) -> &mut Self
pub fn visible_security_state( &mut self, value: VisibleSecurityState, ) -> &mut Self
Security state information about the page.
Sourcepub fn build(
&self,
) -> Result<VisibleSecurityStateChangedEventParams, VisibleSecurityStateChangedEventParamsBuilderError>
pub fn build( &self, ) -> Result<VisibleSecurityStateChangedEventParams, VisibleSecurityStateChangedEventParamsBuilderError>
Builds a new VisibleSecurityStateChangedEventParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for VisibleSecurityStateChangedEventParamsBuilder
impl Clone for VisibleSecurityStateChangedEventParamsBuilder
Source§fn clone(&self) -> VisibleSecurityStateChangedEventParamsBuilder
fn clone(&self) -> VisibleSecurityStateChangedEventParamsBuilder
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 moreAuto Trait Implementations§
impl Freeze for VisibleSecurityStateChangedEventParamsBuilder
impl RefUnwindSafe for VisibleSecurityStateChangedEventParamsBuilder
impl Send for VisibleSecurityStateChangedEventParamsBuilder
impl Sync for VisibleSecurityStateChangedEventParamsBuilder
impl Unpin for VisibleSecurityStateChangedEventParamsBuilder
impl UnsafeUnpin for VisibleSecurityStateChangedEventParamsBuilder
impl UnwindSafe for VisibleSecurityStateChangedEventParamsBuilder
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