pub enum DDEXStandard {
ERN,
AVS,
MEAD,
PIE,
RIN,
RRI,
DSRF,
XMLSchema,
Custom(String),
}
Expand description
DDEX standards supported
Variants§
ERN
Electronic Release Notification
AVS
Audio Video Vocabulary
MEAD
Musical Work Electronic Delivery
PIE
Performer Information Exchange
RIN
Recording Information Notification
RRI
Rights and Remuneration Information
DSRF
Sales and Usage Reporting
XMLSchema
XML Schema Instance
Custom(String)
Custom/Unknown standard
Trait Implementations§
Source§impl Clone for DDEXStandard
impl Clone for DDEXStandard
Source§fn clone(&self) -> DDEXStandard
fn clone(&self) -> DDEXStandard
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DDEXStandard
impl Debug for DDEXStandard
Source§impl PartialEq for DDEXStandard
impl PartialEq for DDEXStandard
impl StructuralPartialEq for DDEXStandard
Auto Trait Implementations§
impl Freeze for DDEXStandard
impl RefUnwindSafe for DDEXStandard
impl Send for DDEXStandard
impl Sync for DDEXStandard
impl Unpin for DDEXStandard
impl UnwindSafe for DDEXStandard
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