pub struct ISRCString(/* private fields */);Expand description
An International Standard Recording Code value
These are used to assign a unique identifier to sound and music video recordings.
This is a 12 character code which may be delimited by optional dashes.
letters digits
↓↓ ↓↓
AA-6Q7-20-00047
↑↑↑ ↑↑↑↑↑
alphanumeric digitsThe first five characters are the prefix code. The following two digits are the year of reference. The final five digits are the designation code.
Trait Implementations§
Source§impl AsRef<str> for ISRCString
impl AsRef<str> for ISRCString
Source§impl Clone for ISRCString
impl Clone for ISRCString
Source§fn clone(&self) -> ISRCString
fn clone(&self) -> ISRCString
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ISRCString
impl Debug for ISRCString
Source§impl Display for ISRCString
impl Display for ISRCString
Source§impl FromStr for ISRCString
impl FromStr for ISRCString
Source§impl PartialEq for ISRCString
impl PartialEq for ISRCString
impl Eq for ISRCString
impl StructuralPartialEq for ISRCString
Auto Trait Implementations§
impl Freeze for ISRCString
impl RefUnwindSafe for ISRCString
impl Send for ISRCString
impl Sync for ISRCString
impl Unpin for ISRCString
impl UnwindSafe for ISRCString
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