pub enum NotationIdentityKind {
Part,
Event,
}Expand description
Kind of stable MusicXML identity retained by an exchange report.
Variants§
Trait Implementations§
Source§impl Clone for NotationIdentityKind
impl Clone for NotationIdentityKind
Source§fn clone(&self) -> NotationIdentityKind
fn clone(&self) -> NotationIdentityKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NotationIdentityKind
Source§impl Debug for NotationIdentityKind
impl Debug for NotationIdentityKind
impl Eq for NotationIdentityKind
Source§impl PartialEq for NotationIdentityKind
impl PartialEq for NotationIdentityKind
impl StructuralPartialEq for NotationIdentityKind
Auto Trait Implementations§
impl Freeze for NotationIdentityKind
impl RefUnwindSafe for NotationIdentityKind
impl Send for NotationIdentityKind
impl Sync for NotationIdentityKind
impl Unpin for NotationIdentityKind
impl UnsafeUnpin for NotationIdentityKind
impl UnwindSafe for NotationIdentityKind
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