pub struct Roaming {
pub roaming_country_code: String,
pub roaming_network_code: String,
pub roaming_network_name: String,
pub status: String,
}
Fields§
§roaming_country_code: String
§roaming_network_code: String
§roaming_network_name: String
§status: String
Auto Trait Implementations§
impl Freeze for Roaming
impl RefUnwindSafe for Roaming
impl Send for Roaming
impl Sync for Roaming
impl Unpin for Roaming
impl UnwindSafe for Roaming
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