pub struct TurnHandle {
pub turn_id: TurnId,
pub thread_id: ThreadId,
}Fields§
§turn_id: TurnId§thread_id: ThreadIdTrait Implementations§
Source§impl Clone for TurnHandle
impl Clone for TurnHandle
Source§fn clone(&self) -> TurnHandle
fn clone(&self) -> TurnHandle
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 TurnHandle
impl Debug for TurnHandle
Source§impl PartialEq for TurnHandle
impl PartialEq for TurnHandle
impl Eq for TurnHandle
impl StructuralPartialEq for TurnHandle
Auto Trait Implementations§
impl Freeze for TurnHandle
impl RefUnwindSafe for TurnHandle
impl Send for TurnHandle
impl Sync for TurnHandle
impl Unpin for TurnHandle
impl UnsafeUnpin for TurnHandle
impl UnwindSafe for TurnHandle
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