pub enum ArchitectureGroupPlacement {
Pipeline,
OutputOwner,
}Expand description
Pipeline ownership policy for one architecture execution group.
Variants§
Pipeline
Balance the group across every pipeline owner.
OutputOwner
Place the complete group on the architecture output owner.
Trait Implementations§
Source§impl Clone for ArchitectureGroupPlacement
impl Clone for ArchitectureGroupPlacement
Source§fn clone(&self) -> ArchitectureGroupPlacement
fn clone(&self) -> ArchitectureGroupPlacement
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 ArchitectureGroupPlacement
Source§impl Debug for ArchitectureGroupPlacement
impl Debug for ArchitectureGroupPlacement
impl Eq for ArchitectureGroupPlacement
impl StructuralPartialEq for ArchitectureGroupPlacement
Auto Trait Implementations§
impl Freeze for ArchitectureGroupPlacement
impl RefUnwindSafe for ArchitectureGroupPlacement
impl Send for ArchitectureGroupPlacement
impl Sync for ArchitectureGroupPlacement
impl Unpin for ArchitectureGroupPlacement
impl UnsafeUnpin for ArchitectureGroupPlacement
impl UnwindSafe for ArchitectureGroupPlacement
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