pub enum PauseScope {
Local,
Shared,
}Variants§
Local
Trait Implementations§
Source§impl Clone for PauseScope
impl Clone for PauseScope
Source§fn clone(&self) -> PauseScope
fn clone(&self) -> PauseScope
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 PauseScope
impl Debug for PauseScope
Source§impl PartialEq for PauseScope
impl PartialEq for PauseScope
Source§fn eq(&self, other: &PauseScope) -> bool
fn eq(&self, other: &PauseScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PauseScope
impl Eq for PauseScope
impl StructuralPartialEq for PauseScope
Auto Trait Implementations§
impl Freeze for PauseScope
impl RefUnwindSafe for PauseScope
impl Send for PauseScope
impl Sync for PauseScope
impl Unpin for PauseScope
impl UnsafeUnpin for PauseScope
impl UnwindSafe for PauseScope
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