pub struct MeterBuilder { /* private fields */ }Expand description
Builder for Meter.
Implementations§
Source§impl MeterBuilder
impl MeterBuilder
Sourcepub fn standard() -> LyricalMeterBuilder
pub fn standard() -> LyricalMeterBuilder
Starts building a Standard meter.
Sourcepub fn other(other_meter: OtherMeter) -> Self
pub fn other(other_meter: OtherMeter) -> Self
Sets an OtherMeter variant.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MeterBuilder
impl RefUnwindSafe for MeterBuilder
impl Send for MeterBuilder
impl Sync for MeterBuilder
impl Unpin for MeterBuilder
impl UnwindSafe for MeterBuilder
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