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