pub struct WeatherAlert;
Trait Implementations§
Source§impl Debug for WeatherAlert
impl Debug for WeatherAlert
Auto Trait Implementations§
impl Freeze for WeatherAlert
impl RefUnwindSafe for WeatherAlert
impl Send for WeatherAlert
impl Sync for WeatherAlert
impl Unpin for WeatherAlert
impl UnwindSafe for WeatherAlert
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