pub struct LocationIntervalMeters(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for LocationIntervalMeters
impl Clone for LocationIntervalMeters
Source§fn clone(&self) -> LocationIntervalMeters
fn clone(&self) -> LocationIntervalMeters
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 moreSource§impl Debug for LocationIntervalMeters
impl Debug for LocationIntervalMeters
Source§impl Default for LocationIntervalMeters
impl Default for LocationIntervalMeters
Source§fn default() -> LocationIntervalMeters
fn default() -> LocationIntervalMeters
Returns the “default value” for a type. Read more
Source§impl From<u32> for LocationIntervalMeters
impl From<u32> for LocationIntervalMeters
Source§impl Hash for LocationIntervalMeters
impl Hash for LocationIntervalMeters
Source§impl PartialEq for LocationIntervalMeters
impl PartialEq for LocationIntervalMeters
Source§fn eq(&self, other: &LocationIntervalMeters) -> bool
fn eq(&self, other: &LocationIntervalMeters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LocationIntervalMeters
impl Eq for LocationIntervalMeters
impl StructuralPartialEq for LocationIntervalMeters
Auto Trait Implementations§
impl Freeze for LocationIntervalMeters
impl RefUnwindSafe for LocationIntervalMeters
impl Send for LocationIntervalMeters
impl Sync for LocationIntervalMeters
impl Unpin for LocationIntervalMeters
impl UnsafeUnpin for LocationIntervalMeters
impl UnwindSafe for LocationIntervalMeters
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