Struct sim7020::at_command::network_information::NetworkInformation
source · pub struct NetworkInformation;Expand description
Current mode and the currently selected operator
Trait Implementations§
source§impl AtRequest for NetworkInformation
impl AtRequest for NetworkInformation
Auto Trait Implementations§
impl Freeze for NetworkInformation
impl RefUnwindSafe for NetworkInformation
impl Send for NetworkInformation
impl Sync for NetworkInformation
impl Unpin for NetworkInformation
impl UnwindSafe for NetworkInformation
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