pub enum WarningSubtypeCode {
Show 14 variants
WFIREY,
WFIRER,
WRAINA,
WRAINR,
WRAINB,
TC1,
TC3,
TC8NE,
TC8SE,
TC8SW,
TC8NW,
TC9,
TC10,
CANCEL,
}Available on crate feature
weather only.Expand description
Warning subtype code.
Variants§
Trait Implementations§
Source§impl Binary for WarningSubtypeCode
impl Binary for WarningSubtypeCode
Source§impl Clone for WarningSubtypeCode
impl Clone for WarningSubtypeCode
Source§fn clone(&self) -> WarningSubtypeCode
fn clone(&self) -> WarningSubtypeCode
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 WarningSubtypeCode
impl Debug for WarningSubtypeCode
Source§impl<'de> Deserialize<'de> for WarningSubtypeCode
impl<'de> Deserialize<'de> for WarningSubtypeCode
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 EnumNameDesc for WarningSubtypeCode
impl EnumNameDesc for WarningSubtypeCode
Source§impl FromStr for WarningSubtypeCode
impl FromStr for WarningSubtypeCode
Source§impl LowerExp for WarningSubtypeCode
impl LowerExp for WarningSubtypeCode
Source§impl LowerHex for WarningSubtypeCode
impl LowerHex for WarningSubtypeCode
Source§impl Octal for WarningSubtypeCode
impl Octal for WarningSubtypeCode
Source§impl PartialEq for WarningSubtypeCode
impl PartialEq for WarningSubtypeCode
Source§impl Pointer for WarningSubtypeCode
impl Pointer for WarningSubtypeCode
Source§impl TryFrom<&str> for WarningSubtypeCode
impl TryFrom<&str> for WarningSubtypeCode
Source§impl UpperExp for WarningSubtypeCode
impl UpperExp for WarningSubtypeCode
impl Eq for WarningSubtypeCode
impl StructuralPartialEq for WarningSubtypeCode
Auto Trait Implementations§
impl Freeze for WarningSubtypeCode
impl RefUnwindSafe for WarningSubtypeCode
impl Send for WarningSubtypeCode
impl Sync for WarningSubtypeCode
impl Unpin for WarningSubtypeCode
impl UnwindSafe for WarningSubtypeCode
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