pub enum RadioTechnology {
NB_IoT,
eMTC,
}Expand description
An LPWAN radio technology, eMTC or NB-IoT
Variants§
Trait Implementations§
Source§impl Clone for RadioTechnology
impl Clone for RadioTechnology
Source§fn clone(&self) -> RadioTechnology
fn clone(&self) -> RadioTechnology
Returns a duplicate of the value. Read more
1.0.0 · 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 RadioTechnology
impl Debug for RadioTechnology
Source§impl PartialEq for RadioTechnology
impl PartialEq for RadioTechnology
impl Copy for RadioTechnology
impl Eq for RadioTechnology
impl StructuralPartialEq for RadioTechnology
Auto Trait Implementations§
impl Freeze for RadioTechnology
impl RefUnwindSafe for RadioTechnology
impl Send for RadioTechnology
impl Sync for RadioTechnology
impl Unpin for RadioTechnology
impl UnwindSafe for RadioTechnology
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