pub struct CallbackInterface {
object: CallbackObject,
}
Expand description
A common base class for representing IDL callback interface types.
Fields§
§object: CallbackObject
Implementations§
source§impl CallbackInterface
impl CallbackInterface
sourcepub fn new() -> CallbackInterface
pub fn new() -> CallbackInterface
Create a new CallbackInterface object for the given JSObject
.
sourcepub fn callback_holder(&self) -> &CallbackObject
pub fn callback_holder(&self) -> &CallbackObject
Returns the underlying CallbackObject
.
Trait Implementations§
source§impl PartialEq<CallbackInterface> for CallbackInterface
impl PartialEq<CallbackInterface> for CallbackInterface
source§fn eq(&self, other: &CallbackInterface) -> bool
fn eq(&self, other: &CallbackInterface) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Traceable for CallbackInterface
impl Traceable for CallbackInterface
impl StructuralPartialEq for CallbackInterface
Auto Trait Implementations§
impl !RefUnwindSafe for CallbackInterface
impl !Send for CallbackInterface
impl !Sync for CallbackInterface
impl Unpin for CallbackInterface
impl !UnwindSafe for CallbackInterface
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert