#[repr(u8)]pub enum FiscalRegion {
Rs = 0,
DfGoMsMtTo = 1,
AcAmApPaRoRr = 2,
CeMaPi = 3,
AlPbPeRn = 4,
BaSe = 5,
Mg = 6,
EsRj = 7,
Sp = 8,
PrSc = 9,
}Expand description
Fiscal region mapped by the 9th digit of a CPF.
Variants§
Rs = 0
DfGoMsMtTo = 1
AcAmApPaRoRr = 2
CeMaPi = 3
AlPbPeRn = 4
BaSe = 5
Mg = 6
EsRj = 7
Sp = 8
PrSc = 9
Trait Implementations§
Source§impl Clone for FiscalRegion
impl Clone for FiscalRegion
Source§fn clone(&self) -> FiscalRegion
fn clone(&self) -> FiscalRegion
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 FiscalRegion
Source§impl Debug for FiscalRegion
impl Debug for FiscalRegion
impl Eq for FiscalRegion
Source§impl PartialEq for FiscalRegion
impl PartialEq for FiscalRegion
impl StructuralPartialEq for FiscalRegion
Auto Trait Implementations§
impl Freeze for FiscalRegion
impl RefUnwindSafe for FiscalRegion
impl Send for FiscalRegion
impl Sync for FiscalRegion
impl Unpin for FiscalRegion
impl UnsafeUnpin for FiscalRegion
impl UnwindSafe for FiscalRegion
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