pub enum PhoneLocationKind {
WirelessInterface,
}Expand description
Allowlisted location family that is safe to publish without location data.
Variants§
WirelessInterface
Trait Implementations§
Source§impl Clone for PhoneLocationKind
impl Clone for PhoneLocationKind
Source§fn clone(&self) -> PhoneLocationKind
fn clone(&self) -> PhoneLocationKind
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 PhoneLocationKind
Source§impl Debug for PhoneLocationKind
impl Debug for PhoneLocationKind
impl Eq for PhoneLocationKind
Source§impl PartialEq for PhoneLocationKind
impl PartialEq for PhoneLocationKind
impl StructuralPartialEq for PhoneLocationKind
Auto Trait Implementations§
impl Freeze for PhoneLocationKind
impl RefUnwindSafe for PhoneLocationKind
impl Send for PhoneLocationKind
impl Sync for PhoneLocationKind
impl Unpin for PhoneLocationKind
impl UnsafeUnpin for PhoneLocationKind
impl UnwindSafe for PhoneLocationKind
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