Struct open_coroutine_core::common::DelayBlocker
source · pub struct DelayBlocker {}
Trait Implementations§
source§impl Blocker for DelayBlocker
impl Blocker for DelayBlocker
source§impl Clone for DelayBlocker
impl Clone for DelayBlocker
source§fn clone(&self) -> DelayBlocker
fn clone(&self) -> DelayBlocker
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DelayBlocker
impl Debug for DelayBlocker
source§impl Default for DelayBlocker
impl Default for DelayBlocker
source§fn default() -> DelayBlocker
fn default() -> DelayBlocker
Returns the “default value” for a type. Read more
source§impl PartialEq for DelayBlocker
impl PartialEq for DelayBlocker
source§fn eq(&self, other: &DelayBlocker) -> bool
fn eq(&self, other: &DelayBlocker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DelayBlocker
impl Eq for DelayBlocker
impl StructuralEq for DelayBlocker
impl StructuralPartialEq for DelayBlocker
Auto Trait Implementations§
impl RefUnwindSafe for DelayBlocker
impl Send for DelayBlocker
impl Sync for DelayBlocker
impl Unpin for DelayBlocker
impl UnwindSafe for DelayBlocker
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more