pub struct LocationRequestId(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for LocationRequestId
impl Clone for LocationRequestId
Source§fn clone(&self) -> LocationRequestId
fn clone(&self) -> LocationRequestId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LocationRequestId
Source§impl Debug for LocationRequestId
impl Debug for LocationRequestId
Source§impl Display for LocationRequestId
impl Display for LocationRequestId
impl Eq for LocationRequestId
Source§impl Hash for LocationRequestId
impl Hash for LocationRequestId
Source§impl Ord for LocationRequestId
impl Ord for LocationRequestId
Source§fn cmp(&self, other: &LocationRequestId) -> Ordering
fn cmp(&self, other: &LocationRequestId) -> Ordering
1.21.0 (const: unstable) · 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 LocationRequestId
impl PartialEq for LocationRequestId
Source§impl PartialOrd for LocationRequestId
impl PartialOrd for LocationRequestId
impl StructuralPartialEq for LocationRequestId
Auto Trait Implementations§
impl Freeze for LocationRequestId
impl RefUnwindSafe for LocationRequestId
impl Send for LocationRequestId
impl Sync for LocationRequestId
impl Unpin for LocationRequestId
impl UnsafeUnpin for LocationRequestId
impl UnwindSafe for LocationRequestId
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