pub struct LegislativeTermListId(/* private fields */);Trait Implementations§
Source§impl AsRef<Url> for LegislativeTermListId
impl AsRef<Url> for LegislativeTermListId
Source§impl Clone for LegislativeTermListId
impl Clone for LegislativeTermListId
Source§fn clone(&self) -> LegislativeTermListId
fn clone(&self) -> LegislativeTermListId
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 LegislativeTermListId
impl Debug for LegislativeTermListId
Source§impl<'de> Deserialize<'de> for LegislativeTermListId
impl<'de> Deserialize<'de> for LegislativeTermListId
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 LegislativeTermListId
impl Display for LegislativeTermListId
Source§impl From<LegislativeTermListId> for Url
impl From<LegislativeTermListId> for Url
Source§fn from(value: LegislativeTermListId) -> Self
fn from(value: LegislativeTermListId) -> Self
Converts to this type from the input type.
Source§impl From<Url> for LegislativeTermListId
impl From<Url> for LegislativeTermListId
Source§impl FromStr for LegislativeTermListId
impl FromStr for LegislativeTermListId
Source§impl Hash for LegislativeTermListId
impl Hash for LegislativeTermListId
Source§impl Ord for LegislativeTermListId
impl Ord for LegislativeTermListId
Source§fn cmp(&self, other: &LegislativeTermListId) -> Ordering
fn cmp(&self, other: &LegislativeTermListId) -> 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 LegislativeTermListId
impl PartialEq for LegislativeTermListId
Source§impl PartialOrd for LegislativeTermListId
impl PartialOrd for LegislativeTermListId
Source§impl Serialize for LegislativeTermListId
impl Serialize for LegislativeTermListId
impl Eq for LegislativeTermListId
impl StructuralPartialEq for LegislativeTermListId
Auto Trait Implementations§
impl Freeze for LegislativeTermListId
impl RefUnwindSafe for LegislativeTermListId
impl Send for LegislativeTermListId
impl Sync for LegislativeTermListId
impl Unpin for LegislativeTermListId
impl UnwindSafe for LegislativeTermListId
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