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