pub struct DelayedInvertedTurn {
pub attributes: DelayedInvertedTurnAttributes,
pub content: (),
}Expand description
The DelayedInvertedTurn element indicates an inverted turn that is delayed until the end of the current note.
An inverted turn has the shape which goes down and then up.

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