pub enum PhoneLocationTelemetry {
WirelessInterface(CiscoIpPhoneLocationInformation),
Opaque(OpaquePhoneLocation),
}Expand description
Parsed location telemetry or a bounded lossless unsupported schema.
Variants§
WirelessInterface(CiscoIpPhoneLocationInformation)
The supported wireless-interface schema.
Opaque(OpaquePhoneLocation)
A syntactically valid unsupported schema retained losslessly.
Implementations§
Trait Implementations§
Source§impl Clone for PhoneLocationTelemetry
impl Clone for PhoneLocationTelemetry
Source§fn clone(&self) -> PhoneLocationTelemetry
fn clone(&self) -> PhoneLocationTelemetry
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 PhoneLocationTelemetry
impl Debug for PhoneLocationTelemetry
impl Eq for PhoneLocationTelemetry
Source§impl PartialEq for PhoneLocationTelemetry
impl PartialEq for PhoneLocationTelemetry
impl StructuralPartialEq for PhoneLocationTelemetry
Auto Trait Implementations§
impl Freeze for PhoneLocationTelemetry
impl RefUnwindSafe for PhoneLocationTelemetry
impl Send for PhoneLocationTelemetry
impl Sync for PhoneLocationTelemetry
impl Unpin for PhoneLocationTelemetry
impl UnsafeUnpin for PhoneLocationTelemetry
impl UnwindSafe for PhoneLocationTelemetry
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