pub struct ReportingUnitIdentifierId(/* private fields */);Expand description
A string of type ReportingUnitIdentifier id as defined in the EML_NL specification
Implementations§
Trait Implementations§
Source§impl Clone for ReportingUnitIdentifierId
impl Clone for ReportingUnitIdentifierId
Source§fn clone(&self) -> ReportingUnitIdentifierId
fn clone(&self) -> ReportingUnitIdentifierId
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 ReportingUnitIdentifierId
impl Debug for ReportingUnitIdentifierId
Source§impl Hash for ReportingUnitIdentifierId
impl Hash for ReportingUnitIdentifierId
Source§impl StringValueData for ReportingUnitIdentifierId
impl StringValueData for ReportingUnitIdentifierId
Source§type Error = InvalidReportingUnitIdentifierIdError
type Error = InvalidReportingUnitIdentifierIdError
The error type returned when parsing the value from a string fails.
Source§fn parse_from_str(s: &str) -> Result<Self, Self::Error>where
Self: Sized,
fn parse_from_str(s: &str) -> Result<Self, Self::Error>where
Self: Sized,
Parse the value from a string.
Source§fn to_raw_value(&self) -> String
fn to_raw_value(&self) -> String
Convert the value to its raw string representation.
impl Eq for ReportingUnitIdentifierId
impl StructuralPartialEq for ReportingUnitIdentifierId
Auto Trait Implementations§
impl Freeze for ReportingUnitIdentifierId
impl RefUnwindSafe for ReportingUnitIdentifierId
impl Send for ReportingUnitIdentifierId
impl Sync for ReportingUnitIdentifierId
impl Unpin for ReportingUnitIdentifierId
impl UnsafeUnpin for ReportingUnitIdentifierId
impl UnwindSafe for ReportingUnitIdentifierId
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