pub struct ElectionDomainId(/* private fields */);Expand description
A string of type ElectionDomainId as defined in the EML_NL specification
Implementations§
Trait Implementations§
Source§impl Clone for ElectionDomainId
impl Clone for ElectionDomainId
Source§fn clone(&self) -> ElectionDomainId
fn clone(&self) -> ElectionDomainId
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 ElectionDomainId
impl Debug for ElectionDomainId
Source§impl Hash for ElectionDomainId
impl Hash for ElectionDomainId
Source§impl PartialEq for ElectionDomainId
impl PartialEq for ElectionDomainId
Source§impl StringValueData for ElectionDomainId
impl StringValueData for ElectionDomainId
Source§type Error = InvalidElectionDomainIdError
type Error = InvalidElectionDomainIdError
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 ElectionDomainId
impl StructuralPartialEq for ElectionDomainId
Auto Trait Implementations§
impl Freeze for ElectionDomainId
impl RefUnwindSafe for ElectionDomainId
impl Send for ElectionDomainId
impl Sync for ElectionDomainId
impl Unpin for ElectionDomainId
impl UnsafeUnpin for ElectionDomainId
impl UnwindSafe for ElectionDomainId
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