pub struct ClearServerCertificateErrorActionsCompletedHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler_Impl
.
Implementations§
source§impl 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§
source§impl AsImpl<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
impl AsImpl<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
source§impl ComObjectInner for ClearServerCertificateErrorActionsCompletedHandler
impl ComObjectInner for ClearServerCertificateErrorActionsCompletedHandler
§type Outer = ClearServerCertificateErrorActionsCompletedHandler_Impl
type Outer = ClearServerCertificateErrorActionsCompletedHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
source§impl From<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
impl From<ClearServerCertificateErrorActionsCompletedHandler> for ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler
source§fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<ClearServerCertificateErrorActionsCompletedHandler> for IInspectable
impl From<ClearServerCertificateErrorActionsCompletedHandler> for IInspectable
source§fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<ClearServerCertificateErrorActionsCompletedHandler> for IUnknown
impl From<ClearServerCertificateErrorActionsCompletedHandler> for IUnknown
source§fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
fn from(this: ClearServerCertificateErrorActionsCompletedHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for ClearServerCertificateErrorActionsCompletedHandler
impl !RefUnwindSafe for ClearServerCertificateErrorActionsCompletedHandler
impl !Send for ClearServerCertificateErrorActionsCompletedHandler
impl !Sync for ClearServerCertificateErrorActionsCompletedHandler
impl Unpin for ClearServerCertificateErrorActionsCompletedHandler
impl !UnwindSafe for ClearServerCertificateErrorActionsCompletedHandler
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