pub struct CountryView<B> {
pub country_code: [u8; 2],
pub environment: CountryEnvironment,
pub subbands: B,
}
Fields§
§country_code: [u8; 2]
§environment: CountryEnvironment
§subbands: B
Auto Trait Implementations§
impl<B> Freeze for CountryView<B>where
B: Freeze,
impl<B> RefUnwindSafe for CountryView<B>where
B: RefUnwindSafe,
impl<B> Send for CountryView<B>where
B: Send,
impl<B> Sync for CountryView<B>where
B: Sync,
impl<B> Unpin for CountryView<B>where
B: Unpin,
impl<B> UnwindSafe for CountryView<B>where
B: UnwindSafe,
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