pub struct TurnHandle { /* private fields */ }Expand description
A cloneable handle to one active or completed turn.
Implementations§
Trait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for TurnHandle
impl !UnwindSafe for TurnHandle
impl Freeze for TurnHandle
impl Send for TurnHandle
impl Sync for TurnHandle
impl Unpin for TurnHandle
impl UnsafeUnpin 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