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