pub enum XlinkType {
Simple,
}Expand description
See the definition in the XML Linking Language recommendation.
MusicXML only supports the simple type.
Variants§
Simple
See the definition in the XML Linking Language recommendation.
Trait Implementations§
Source§impl DatatypeDeserializer for XlinkType
impl DatatypeDeserializer for XlinkType
impl Eq for XlinkType
impl StructuralPartialEq for XlinkType
Auto Trait Implementations§
impl Freeze for XlinkType
impl RefUnwindSafe for XlinkType
impl Send for XlinkType
impl Sync for XlinkType
impl Unpin for XlinkType
impl UnsafeUnpin for XlinkType
impl UnwindSafe for XlinkType
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