#[repr(u8)]pub enum CnpjKind {
Numeric = 0,
Alphanumeric = 1,
}Expand description
Whether the CNPJ uses only digits or also contains letters.
Variants§
Trait Implementations§
impl Copy for CnpjKind
impl Eq for CnpjKind
impl StructuralPartialEq for CnpjKind
Auto Trait Implementations§
impl Freeze for CnpjKind
impl RefUnwindSafe for CnpjKind
impl Send for CnpjKind
impl Sync for CnpjKind
impl Unpin for CnpjKind
impl UnsafeUnpin for CnpjKind
impl UnwindSafe for CnpjKind
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