pub struct StormsResult {
pub storms: Vec<Storm>,
}Fields§
§storms: Vec<Storm>Trait Implementations§
Source§impl Debug for StormsResult
impl Debug for StormsResult
Auto Trait Implementations§
impl Freeze for StormsResult
impl RefUnwindSafe for StormsResult
impl Send for StormsResult
impl Sync for StormsResult
impl Unpin for StormsResult
impl UnsafeUnpin for StormsResult
impl UnwindSafe for StormsResult
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