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