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