pub struct ClearServerCertificateErrorActionsCompletedHandler(_);
Expand description
Implementation of ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
.
Implementations
sourceimpl ClearServerCertificateErrorActionsCompletedHandler
impl ClearServerCertificateErrorActionsCompletedHandler
pub fn create(
closure: Box<dyn FnOnce(<HRESULT as ClosureArg>::Output) -> Result<()>>
) -> ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
pub fn wait_for_async_operation(
closure: Box<dyn FnOnce(ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler) -> Result<()>>,
completed: Box<dyn FnOnce(<HRESULT as ClosureArg>::Output) -> Result<()>>
) -> Result<()>
Trait Implementations
sourceimpl AsImpl<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
impl AsImpl<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
sourceimpl From<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
impl From<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
sourcefn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ClearServerCertificateErrorActionsCompletedHandler> for IInspectable
impl From<ClearServerCertificateErrorActionsCompletedHandler> for IInspectable
sourcefn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ClearServerCertificateErrorActionsCompletedHandler> for IUnknown
impl From<ClearServerCertificateErrorActionsCompletedHandler> for IUnknown
sourcefn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for ClearServerCertificateErrorActionsCompletedHandler
impl !Send for ClearServerCertificateErrorActionsCompletedHandler
impl !Sync for ClearServerCertificateErrorActionsCompletedHandler
impl Unpin for ClearServerCertificateErrorActionsCompletedHandler
impl !UnwindSafe for ClearServerCertificateErrorActionsCompletedHandler
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more