pub enum CountySource {
Postal,
Geographic,
}
Variants§
Trait Implementations§
Source§impl Clone for CountySource
impl Clone for CountySource
Source§fn clone(&self) -> CountySource
fn clone(&self) -> CountySource
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 CountySource
impl Debug for CountySource
Source§impl Default for CountySource
impl Default for CountySource
Source§fn default() -> CountySource
fn default() -> CountySource
Returns the “default value” for a type. Read more
Source§impl Display for CountySource
impl Display for CountySource
Source§impl PartialEq for CountySource
impl PartialEq for CountySource
Source§impl Serialize for CountySource
impl Serialize for CountySource
impl StructuralPartialEq for CountySource
Auto Trait Implementations§
impl Freeze for CountySource
impl RefUnwindSafe for CountySource
impl Send for CountySource
impl Sync for CountySource
impl Unpin for CountySource
impl UnwindSafe for CountySource
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