pub struct ClearBrowsingDataCompletedHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2ClearBrowsingDataCompletedHandler_Impl
.
Implementations§
source§impl ClearBrowsingDataCompletedHandler
impl ClearBrowsingDataCompletedHandler
pub fn create( closure: Box<dyn FnOnce(<HRESULT as ClosureArg>::Output) -> Result<()>>, ) -> ICoreWebView2ClearBrowsingDataCompletedHandler
pub fn wait_for_async_operation( closure: Box<dyn FnOnce(ICoreWebView2ClearBrowsingDataCompletedHandler) -> Result<()>>, completed: Box<dyn FnOnce(<HRESULT as ClosureArg>::Output) -> Result<()>>, ) -> Result<()>
Trait Implementations§
source§impl AsImpl<ClearBrowsingDataCompletedHandler> for ICoreWebView2ClearBrowsingDataCompletedHandler
impl AsImpl<ClearBrowsingDataCompletedHandler> for ICoreWebView2ClearBrowsingDataCompletedHandler
source§impl ComObjectInner for ClearBrowsingDataCompletedHandler
impl ComObjectInner for ClearBrowsingDataCompletedHandler
§type Outer = ClearBrowsingDataCompletedHandler_Impl
type Outer = ClearBrowsingDataCompletedHandler_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<ClearBrowsingDataCompletedHandler> for ICoreWebView2ClearBrowsingDataCompletedHandler
impl From<ClearBrowsingDataCompletedHandler> for ICoreWebView2ClearBrowsingDataCompletedHandler
source§fn from(this: ClearBrowsingDataCompletedHandler) -> Self
fn from(this: ClearBrowsingDataCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<ClearBrowsingDataCompletedHandler> for IInspectable
impl From<ClearBrowsingDataCompletedHandler> for IInspectable
source§fn from(this: ClearBrowsingDataCompletedHandler) -> Self
fn from(this: ClearBrowsingDataCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<ClearBrowsingDataCompletedHandler> for IUnknown
impl From<ClearBrowsingDataCompletedHandler> for IUnknown
source§fn from(this: ClearBrowsingDataCompletedHandler) -> Self
fn from(this: ClearBrowsingDataCompletedHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for ClearBrowsingDataCompletedHandler
impl !RefUnwindSafe for ClearBrowsingDataCompletedHandler
impl !Send for ClearBrowsingDataCompletedHandler
impl !Sync for ClearBrowsingDataCompletedHandler
impl Unpin for ClearBrowsingDataCompletedHandler
impl !UnwindSafe for ClearBrowsingDataCompletedHandler
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