pub struct Fingernails {
pub attributes: FingernailsAttributes,
pub content: (),
}Expand description
The Fingernails element is used in notation for harp and other plucked string instruments.

Fields§
§attributes: FingernailsAttributesElement-specific attributes
content: ()Element-specific content
Trait Implementations§
Source§impl Debug for Fingernails
impl Debug for Fingernails
Source§impl ElementDeserializer for Fingernails
impl ElementDeserializer for Fingernails
fn deserialize(element: &XmlElement) -> Result<Fingernails, String>
Source§impl ElementSerializer for Fingernails
impl ElementSerializer for Fingernails
fn serialize(element: &Fingernails) -> XmlElement
impl Eq for Fingernails
Source§impl PartialEq for Fingernails
impl PartialEq for Fingernails
Source§fn eq(&self, other: &Fingernails) -> bool
fn eq(&self, other: &Fingernails) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Fingernails
Auto Trait Implementations§
impl Freeze for Fingernails
impl RefUnwindSafe for Fingernails
impl Send for Fingernails
impl Sync for Fingernails
impl Unpin for Fingernails
impl UnsafeUnpin for Fingernails
impl UnwindSafe for Fingernails
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