pub struct ReactorHandle(/* private fields */);Expand description
handle of Reactor Pair
Trait Implementations§
Source§impl Clone for ReactorHandle
impl Clone for ReactorHandle
Source§fn clone(&self) -> ReactorHandle
fn clone(&self) -> ReactorHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReactorHandle
impl Debug for ReactorHandle
Source§impl Default for ReactorHandle
impl Default for ReactorHandle
Source§fn default() -> ReactorHandle
fn default() -> ReactorHandle
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReactorHandle
impl PartialEq for ReactorHandle
Source§fn eq(&self, other: &ReactorHandle) -> bool
fn eq(&self, other: &ReactorHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ReactorHandle
impl StructuralPartialEq for ReactorHandle
Auto Trait Implementations§
impl Freeze for ReactorHandle
impl RefUnwindSafe for ReactorHandle
impl Send for ReactorHandle
impl Sync for ReactorHandle
impl Unpin for ReactorHandle
impl UnsafeUnpin for ReactorHandle
impl UnwindSafe for ReactorHandle
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