pub enum RegionState {
Quiescent,
}Expand description
Current common lifecycle state.
Variants§
Quiescent
Region is private, writable, unshared, and not yet authority-sealed.
Trait Implementations§
Source§impl Clone for RegionState
impl Clone for RegionState
Source§fn clone(&self) -> RegionState
fn clone(&self) -> RegionState
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 moreimpl Copy for RegionState
Source§impl Debug for RegionState
impl Debug for RegionState
impl Eq for RegionState
Source§impl PartialEq for RegionState
impl PartialEq for RegionState
impl StructuralPartialEq for RegionState
Auto Trait Implementations§
impl Freeze for RegionState
impl RefUnwindSafe for RegionState
impl Send for RegionState
impl Sync for RegionState
impl Unpin for RegionState
impl UnsafeUnpin for RegionState
impl UnwindSafe for RegionState
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