pub struct Mode {
pub attributes: (),
pub content: Mode,
}Expand description
The Mode element is used to specify major/minor and other mode distinctions.
Valid mode values include major, minor, dorian, phrygian, lydian, mixolydian, aeolian, ionian, locrian, and none.
Fields§
§attributes: ()Element-specific attributes
content: ModeElement-specific content
Trait Implementations§
Source§impl ElementDeserializer for Mode
impl ElementDeserializer for Mode
fn deserialize(element: &XmlElement) -> Result<Mode, String>
Source§impl ElementSerializer for Mode
impl ElementSerializer for Mode
fn serialize(element: &Mode) -> XmlElement
impl Eq for Mode
impl StructuralPartialEq for Mode
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
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