pub struct Secondary {
pub smarty_key: String,
pub secondary_designator: String,
pub secondary_number: String,
pub plus4_code: String,
}
Fields§
§smarty_key: String
§secondary_designator: String
§secondary_number: String
§plus4_code: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Secondary
impl<'de> Deserialize<'de> for Secondary
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 Secondary
Auto Trait Implementations§
impl Freeze for Secondary
impl RefUnwindSafe for Secondary
impl Send for Secondary
impl Sync for Secondary
impl Unpin for Secondary
impl UnwindSafe for Secondary
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