pub struct PhoneLocationSummary {
pub kind: PhoneLocationKind,
pub off_premises: bool,
}Expand description
Secret-safe location summary without network names or addresses.
Fields§
§kind: PhoneLocationKind§off_premises: boolWhether the marker was present; network names and addresses are omitted.
Trait Implementations§
Source§impl Clone for PhoneLocationSummary
impl Clone for PhoneLocationSummary
Source§fn clone(&self) -> PhoneLocationSummary
fn clone(&self) -> PhoneLocationSummary
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 PhoneLocationSummary
Source§impl Debug for PhoneLocationSummary
impl Debug for PhoneLocationSummary
impl Eq for PhoneLocationSummary
Source§impl PartialEq for PhoneLocationSummary
impl PartialEq for PhoneLocationSummary
impl StructuralPartialEq for PhoneLocationSummary
Auto Trait Implementations§
impl Freeze for PhoneLocationSummary
impl RefUnwindSafe for PhoneLocationSummary
impl Send for PhoneLocationSummary
impl Sync for PhoneLocationSummary
impl Unpin for PhoneLocationSummary
impl UnsafeUnpin for PhoneLocationSummary
impl UnwindSafe for PhoneLocationSummary
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