Struct kernel::dynamic_deferred_call::DeferredCallHandle
source · [−]pub struct DeferredCallHandle(_);
Expand description
Unique identifier for a deferred call registered with a DynamicDeferredCall
Trait Implementations
sourceimpl Clone for DeferredCallHandle
impl Clone for DeferredCallHandle
sourcefn clone(&self) -> DeferredCallHandle
fn clone(&self) -> DeferredCallHandle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DeferredCallHandle
impl Debug for DeferredCallHandle
sourceimpl Eq for DeferredCallHandle
impl Eq for DeferredCallHandle
fn assert_receiver_is_total_eq(&self)
sourceimpl PartialEq<DeferredCallHandle> for DeferredCallHandle
impl PartialEq<DeferredCallHandle> for DeferredCallHandle
sourcefn eq(&self, other: &DeferredCallHandle) -> bool
fn eq(&self, other: &DeferredCallHandle) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DeferredCallHandle) -> bool
fn ne(&self, other: &DeferredCallHandle) -> bool
This method tests for !=
.
impl Copy for DeferredCallHandle
impl StructuralEq for DeferredCallHandle
impl StructuralPartialEq for DeferredCallHandle
Auto Trait Implementations
impl RefUnwindSafe for DeferredCallHandle
impl Send for DeferredCallHandle
impl Sync for DeferredCallHandle
impl Unpin for DeferredCallHandle
impl UnwindSafe for DeferredCallHandle
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