pub struct pauseReturn {}Expand description
Container type for the return parameters of the pause() function.
Trait Implementations§
Source§impl Clone for pauseReturn
impl Clone for pauseReturn
Source§fn clone(&self) -> pauseReturn
fn clone(&self) -> pauseReturn
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 pauseReturn
impl Debug for pauseReturn
impl Eq for pauseReturn
Source§impl PartialEq for pauseReturn
impl PartialEq for pauseReturn
Source§fn eq(&self, other: &pauseReturn) -> bool
fn eq(&self, other: &pauseReturn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for pauseReturn
Auto Trait Implementations§
impl Freeze for pauseReturn
impl RefUnwindSafe for pauseReturn
impl Send for pauseReturn
impl Sync for pauseReturn
impl Unpin for pauseReturn
impl UnsafeUnpin for pauseReturn
impl UnwindSafe for pauseReturn
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