pub struct WikidataItemId(/* private fields */);Expand description
The identifier of a wikidata item.
Trait Implementations§
Source§impl Clone for WikidataItemId
impl Clone for WikidataItemId
Source§fn clone(&self) -> WikidataItemId
fn clone(&self) -> WikidataItemId
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 WikidataItemId
impl Debug for WikidataItemId
Source§impl<'de> Deserialize<'de> for WikidataItemId
impl<'de> Deserialize<'de> for WikidataItemId
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 WikidataItemId
impl Display for WikidataItemId
Source§impl From<u64> for WikidataItemId
impl From<u64> for WikidataItemId
Source§impl FromStr for WikidataItemId
impl FromStr for WikidataItemId
Source§impl Ord for WikidataItemId
impl Ord for WikidataItemId
Source§fn cmp(&self, other: &WikidataItemId) -> Ordering
fn cmp(&self, other: &WikidataItemId) -> 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 WikidataItemId
impl PartialEq for WikidataItemId
Source§impl PartialOrd for WikidataItemId
impl PartialOrd for WikidataItemId
Source§impl Serialize for WikidataItemIdwhere
Self: Display,
impl Serialize for WikidataItemIdwhere
Self: Display,
impl Eq for WikidataItemId
impl StructuralPartialEq for WikidataItemId
Auto Trait Implementations§
impl Freeze for WikidataItemId
impl RefUnwindSafe for WikidataItemId
impl Send for WikidataItemId
impl Sync for WikidataItemId
impl Unpin for WikidataItemId
impl UnwindSafe for WikidataItemId
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