pub struct WarningNowcast {
pub time: Option<i64>,
pub warnings: Option<Vec<WarningNowcastWarningsInner>>,
pub binnen_see: Option<Option<String>>,
}Fields§
§time: Option<i64>§warnings: Option<Vec<WarningNowcastWarningsInner>>§binnen_see: Option<Option<String>>Implementations§
Source§impl WarningNowcast
impl WarningNowcast
pub fn new() -> WarningNowcast
Trait Implementations§
Source§impl Clone for WarningNowcast
impl Clone for WarningNowcast
Source§fn clone(&self) -> WarningNowcast
fn clone(&self) -> WarningNowcast
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WarningNowcast
impl Debug for WarningNowcast
Source§impl Default for WarningNowcast
impl Default for WarningNowcast
Source§fn default() -> WarningNowcast
fn default() -> WarningNowcast
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WarningNowcast
impl<'de> Deserialize<'de> for WarningNowcast
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WarningNowcast
impl PartialEq for WarningNowcast
Source§impl Serialize for WarningNowcast
impl Serialize for WarningNowcast
impl StructuralPartialEq for WarningNowcast
Auto Trait Implementations§
impl Freeze for WarningNowcast
impl RefUnwindSafe for WarningNowcast
impl Send for WarningNowcast
impl Sync for WarningNowcast
impl Unpin for WarningNowcast
impl UnsafeUnpin for WarningNowcast
impl UnwindSafe for WarningNowcast
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