Struct smarty_rust_sdk::us_zipcode_api::candidate::County
source · pub struct County { /* private fields */ }
Trait Implementations§
source§impl<'de> Deserialize<'de> for Countywhere
County: Default,
impl<'de> Deserialize<'de> for Countywhere County: Default,
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 County
impl PartialEq for County
impl StructuralPartialEq for County
Auto Trait Implementations§
impl RefUnwindSafe for County
impl Send for County
impl Sync for County
impl Unpin for County
impl UnwindSafe for County
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