pub enum AreaCode {
StateTerritoryCode(StateTerritoryCode),
MarineAreaCode(MarineAreaCode),
}Expand description
AreaCode : State/territory codes and marine area codes State/territory codes and marine area codes
Variants§
StateTerritoryCode(StateTerritoryCode)
MarineAreaCode(MarineAreaCode)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AreaCode
impl<'de> Deserialize<'de> for AreaCode
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
impl StructuralPartialEq for AreaCode
Auto Trait Implementations§
impl Freeze for AreaCode
impl RefUnwindSafe for AreaCode
impl Send for AreaCode
impl Sync for AreaCode
impl Unpin for AreaCode
impl UnsafeUnpin for AreaCode
impl UnwindSafe for AreaCode
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