pub(crate) enum SimulatedLocation {
Mecca,
}Variants§
Mecca
Trait Implementations§
Source§impl Clone for SimulatedLocation
impl Clone for SimulatedLocation
Source§fn clone(&self) -> SimulatedLocation
fn clone(&self) -> SimulatedLocation
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 SimulatedLocation
impl Debug for SimulatedLocation
Source§impl PartialEq for SimulatedLocation
impl PartialEq for SimulatedLocation
Source§fn eq(&self, other: &SimulatedLocation) -> bool
fn eq(&self, other: &SimulatedLocation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SimulatedLocation
impl StructuralPartialEq for SimulatedLocation
Auto Trait Implementations§
impl Freeze for SimulatedLocation
impl RefUnwindSafe for SimulatedLocation
impl Send for SimulatedLocation
impl Sync for SimulatedLocation
impl Unpin for SimulatedLocation
impl UnsafeUnpin for SimulatedLocation
impl UnwindSafe for SimulatedLocation
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