pub struct HandleCertificateErrorCommand { /* private fields */ }👎Deprecated
Available on crate feature
Security only.Expand description
Handles a certificate error that fired a certificateError event.
Implementations§
Source§impl HandleCertificateErrorCommand
impl HandleCertificateErrorCommand
pub fn new(event_id: u32, action: CertificateErrorAction) -> Self
👎Deprecated
Sourcepub fn action(&self) -> &CertificateErrorAction
👎Deprecated
pub fn action(&self) -> &CertificateErrorAction
The action to take on the certificate error.
Trait Implementations§
Source§impl Clone for HandleCertificateErrorCommand
impl Clone for HandleCertificateErrorCommand
Source§fn clone(&self) -> HandleCertificateErrorCommand
fn clone(&self) -> HandleCertificateErrorCommand
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 HandleCertificateErrorCommand
impl<'de> Deserialize<'de> for HandleCertificateErrorCommand
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
Auto Trait Implementations§
impl Freeze for HandleCertificateErrorCommand
impl RefUnwindSafe for HandleCertificateErrorCommand
impl Send for HandleCertificateErrorCommand
impl Sync for HandleCertificateErrorCommand
impl Unpin for HandleCertificateErrorCommand
impl UnwindSafe for HandleCertificateErrorCommand
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