pub struct SerialArrayRow {
pub label: String,
pub order: Series<PitchClassAlphabet>,
}Expand description
One horizontally validated row in a serial array.
Fields§
§label: StringStable row label retained in reports.
order: Series<PitchClassAlphabet>Horizontal order validated independently of vertical requirements.
Trait Implementations§
Source§impl Clone for SerialArrayRow
impl Clone for SerialArrayRow
Source§fn clone(&self) -> SerialArrayRow
fn clone(&self) -> SerialArrayRow
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 SerialArrayRow
impl Debug for SerialArrayRow
impl Eq for SerialArrayRow
Source§impl PartialEq for SerialArrayRow
impl PartialEq for SerialArrayRow
impl StructuralPartialEq for SerialArrayRow
Auto Trait Implementations§
impl Freeze for SerialArrayRow
impl RefUnwindSafe for SerialArrayRow
impl Send for SerialArrayRow
impl Sync for SerialArrayRow
impl Unpin for SerialArrayRow
impl UnsafeUnpin for SerialArrayRow
impl UnwindSafe for SerialArrayRow
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