pub struct DocumentDominantMeter {
pub meter_name: String,
pub foot_type: String,
pub foot_count: usize,
pub supporting_line_count: usize,
}Fields§
§meter_name: String§foot_type: String§foot_count: usize§supporting_line_count: usizeLines (with scansion) whose meter.name matched this winning label.
Trait Implementations§
Source§impl Clone for DocumentDominantMeter
impl Clone for DocumentDominantMeter
Source§fn clone(&self) -> DocumentDominantMeter
fn clone(&self) -> DocumentDominantMeter
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 DocumentDominantMeter
impl Debug for DocumentDominantMeter
Auto Trait Implementations§
impl Freeze for DocumentDominantMeter
impl RefUnwindSafe for DocumentDominantMeter
impl Send for DocumentDominantMeter
impl Sync for DocumentDominantMeter
impl Unpin for DocumentDominantMeter
impl UnsafeUnpin for DocumentDominantMeter
impl UnwindSafe for DocumentDominantMeter
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