pub struct LegislativeTermId(/* private fields */);Trait Implementations§
Source§impl AsRef<Url> for LegislativeTermId
impl AsRef<Url> for LegislativeTermId
Source§impl Clone for LegislativeTermId
impl Clone for LegislativeTermId
Source§fn clone(&self) -> LegislativeTermId
fn clone(&self) -> LegislativeTermId
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 LegislativeTermId
impl Debug for LegislativeTermId
Source§impl<'de> Deserialize<'de> for LegislativeTermId
impl<'de> Deserialize<'de> for LegislativeTermId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LegislativeTermId
impl Display for LegislativeTermId
Source§impl From<LegislativeTermId> for Url
impl From<LegislativeTermId> for Url
Source§fn from(value: LegislativeTermId) -> Self
fn from(value: LegislativeTermId) -> Self
Converts to this type from the input type.
Source§impl From<Url> for LegislativeTermId
impl From<Url> for LegislativeTermId
Source§impl FromStr for LegislativeTermId
impl FromStr for LegislativeTermId
Source§impl Hash for LegislativeTermId
impl Hash for LegislativeTermId
Source§impl Ord for LegislativeTermId
impl Ord for LegislativeTermId
Source§fn cmp(&self, other: &LegislativeTermId) -> Ordering
fn cmp(&self, other: &LegislativeTermId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LegislativeTermId
impl PartialEq for LegislativeTermId
Source§impl PartialOrd for LegislativeTermId
impl PartialOrd for LegislativeTermId
Source§impl Serialize for LegislativeTermId
impl Serialize for LegislativeTermId
impl Eq for LegislativeTermId
impl StructuralPartialEq for LegislativeTermId
Auto Trait Implementations§
impl Freeze for LegislativeTermId
impl RefUnwindSafe for LegislativeTermId
impl Send for LegislativeTermId
impl Sync for LegislativeTermId
impl Unpin for LegislativeTermId
impl UnwindSafe for LegislativeTermId
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