pub enum SerialDeployerKind {
CompleteHorizontalStatement,
MotivicPartition,
VerticalBlocks,
InterlockingPartition,
MelodyAccompanimentDistribution,
AggregateRotation,
SimultaneousForms,
}Expand description
Public category of one serial deployer.
Variants§
CompleteHorizontalStatement
Present one complete row in sequence.
MotivicPartition
Present a caller-declared partition sequentially.
VerticalBlocks
Present selected blocks vertically as chordal events.
InterlockingPartition
Require an interlocking partition witness before deployment.
MelodyAccompanimentDistribution
Distribute each block between melody and accompaniment.
AggregateRotation
Rotate the aggregate before reblocking it.
SimultaneousForms
Present several forms simultaneously by aligned blocks.
Trait Implementations§
Source§impl Clone for SerialDeployerKind
impl Clone for SerialDeployerKind
Source§fn clone(&self) -> SerialDeployerKind
fn clone(&self) -> SerialDeployerKind
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 SerialDeployerKind
Source§impl Debug for SerialDeployerKind
impl Debug for SerialDeployerKind
impl Eq for SerialDeployerKind
Source§impl PartialEq for SerialDeployerKind
impl PartialEq for SerialDeployerKind
impl StructuralPartialEq for SerialDeployerKind
Auto Trait Implementations§
impl Freeze for SerialDeployerKind
impl RefUnwindSafe for SerialDeployerKind
impl Send for SerialDeployerKind
impl Sync for SerialDeployerKind
impl Unpin for SerialDeployerKind
impl UnsafeUnpin for SerialDeployerKind
impl UnwindSafe for SerialDeployerKind
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