#[repr(C)]pub struct ListenToken {
pub completion_token: CompletionToken,
pub new_child_handle: Handle,
}Fields
completion_token: CompletionTokennew_child_handle: HandleTrait Implementations
sourceimpl Clone for ListenToken
impl Clone for ListenToken
sourcefn clone(&self) -> ListenToken
fn clone(&self) -> ListenToken
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 ListenToken
impl Debug for ListenToken
impl Copy for ListenToken
Auto Trait Implementations
impl RefUnwindSafe for ListenToken
impl !Send for ListenToken
impl !Sync for ListenToken
impl Unpin for ListenToken
impl UnwindSafe for ListenToken
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