pub struct WavyLine {
pub attributes: WavyLineAttributes,
pub content: (),
}Expand description
Wavy lines are one way to indicate trills and vibrato.

Fields§
§attributes: WavyLineAttributesElement-specific attributes
content: ()Element-specific content
Trait Implementations§
Source§impl ElementDeserializer for WavyLine
impl ElementDeserializer for WavyLine
fn deserialize(element: &XmlElement) -> Result<WavyLine, String>
Source§impl ElementSerializer for WavyLine
impl ElementSerializer for WavyLine
fn serialize(element: &WavyLine) -> XmlElement
impl Eq for WavyLine
impl StructuralPartialEq for WavyLine
Auto Trait Implementations§
impl Freeze for WavyLine
impl RefUnwindSafe for WavyLine
impl Send for WavyLine
impl Sync for WavyLine
impl Unpin for WavyLine
impl UnwindSafe for WavyLine
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