pub struct Alias {
pub smarty_key: String,
pub primary_number: String,
pub street_name: String,
pub street_suffix: String,
pub street_postdirection: String,
pub city_name: String,
pub state_abbreviation: String,
pub zipcode: String,
pub plus4_code: String,
}
Fields§
§smarty_key: String
§primary_number: String
§street_name: String
§street_suffix: String
§street_postdirection: String
§city_name: String
§state_abbreviation: String
§zipcode: String
§plus4_code: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Alias
impl<'de> Deserialize<'de> for Alias
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 Alias
Auto Trait Implementations§
impl Freeze for Alias
impl RefUnwindSafe for Alias
impl Send for Alias
impl Sync for Alias
impl Unpin for Alias
impl UnwindSafe for Alias
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