#[repr(u8)]pub enum PostalRegion {
GranSaoPaulo = 0,
InteriorSaoPaulo = 1,
RjEs = 2,
Mg = 3,
BaSe = 4,
PeAlPbRn = 5,
CePiMaPaAmAcApRr = 6,
DfGoToMtMsRo = 7,
PrSc = 8,
Rs = 9,
}Expand description
Postal region mapped by the first digit of a CEP.
Variants§
GranSaoPaulo = 0
InteriorSaoPaulo = 1
RjEs = 2
Mg = 3
BaSe = 4
PeAlPbRn = 5
CePiMaPaAmAcApRr = 6
DfGoToMtMsRo = 7
PrSc = 8
Rs = 9
Trait Implementations§
Source§impl Clone for PostalRegion
impl Clone for PostalRegion
Source§fn clone(&self) -> PostalRegion
fn clone(&self) -> PostalRegion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PostalRegion
Source§impl Debug for PostalRegion
impl Debug for PostalRegion
impl Eq for PostalRegion
Source§impl PartialEq for PostalRegion
impl PartialEq for PostalRegion
impl StructuralPartialEq for PostalRegion
Auto Trait Implementations§
impl Freeze for PostalRegion
impl RefUnwindSafe for PostalRegion
impl Send for PostalRegion
impl Sync for PostalRegion
impl Unpin for PostalRegion
impl UnsafeUnpin for PostalRegion
impl UnwindSafe for PostalRegion
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