#[repr(u8)]pub enum NaturezaOperacaoNfse {
TributacaoMunicipio = 1,
TributacaoForaMunicipio = 2,
Isencao = 3,
Imune = 4,
SuspensaJudicial = 5,
SuspensaAdministrativo = 6,
}Expand description
Natureza da operação para NFS-e
Variants§
TributacaoMunicipio = 1
Tributação no município
TributacaoForaMunicipio = 2
Tributação fora do município
Isencao = 3
Isenção
Imune = 4
Imune
SuspensaJudicial = 5
Exigibilidade suspensa por decisão judicial
SuspensaAdministrativo = 6
Exigibilidade suspensa por procedimento administrativo
Trait Implementations§
Source§impl Clone for NaturezaOperacaoNfse
impl Clone for NaturezaOperacaoNfse
Source§fn clone(&self) -> NaturezaOperacaoNfse
fn clone(&self) -> NaturezaOperacaoNfse
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 NaturezaOperacaoNfse
impl Debug for NaturezaOperacaoNfse
Source§impl<'de> Deserialize<'de> for NaturezaOperacaoNfse
impl<'de> Deserialize<'de> for NaturezaOperacaoNfse
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 NaturezaOperacaoNfse
impl PartialEq for NaturezaOperacaoNfse
Source§impl Serialize for NaturezaOperacaoNfse
impl Serialize for NaturezaOperacaoNfse
impl Copy for NaturezaOperacaoNfse
impl StructuralPartialEq for NaturezaOperacaoNfse
Auto Trait Implementations§
impl Freeze for NaturezaOperacaoNfse
impl RefUnwindSafe for NaturezaOperacaoNfse
impl Send for NaturezaOperacaoNfse
impl Sync for NaturezaOperacaoNfse
impl Unpin for NaturezaOperacaoNfse
impl UnsafeUnpin for NaturezaOperacaoNfse
impl UnwindSafe for NaturezaOperacaoNfse
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