pub enum PartitionedUnitScope {
All,
Owned,
}Expand description
Unit set constructed by the neutral partition lifecycle.
Variants§
All
Construct every unit in the selected global execution layout.
Owned
Construct only units owned by the admitted rank-local partition.
Trait Implementations§
Source§impl Clone for PartitionedUnitScope
impl Clone for PartitionedUnitScope
Source§fn clone(&self) -> PartitionedUnitScope
fn clone(&self) -> PartitionedUnitScope
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 PartitionedUnitScope
Source§impl Debug for PartitionedUnitScope
impl Debug for PartitionedUnitScope
impl Eq for PartitionedUnitScope
Source§impl PartialEq for PartitionedUnitScope
impl PartialEq for PartitionedUnitScope
impl StructuralPartialEq for PartitionedUnitScope
Auto Trait Implementations§
impl Freeze for PartitionedUnitScope
impl RefUnwindSafe for PartitionedUnitScope
impl Send for PartitionedUnitScope
impl Sync for PartitionedUnitScope
impl Unpin for PartitionedUnitScope
impl UnsafeUnpin for PartitionedUnitScope
impl UnwindSafe for PartitionedUnitScope
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