pub struct CofinsNt {
pub cst: String,
}Expand description
COFINS Não Tributado
Fields§
§cst: StringCódigo de Situação Tributária da COFINS
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CofinsNt
impl<'de> Deserialize<'de> for CofinsNt
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
impl StructuralPartialEq for CofinsNt
Auto Trait Implementations§
impl Freeze for CofinsNt
impl RefUnwindSafe for CofinsNt
impl Send for CofinsNt
impl Sync for CofinsNt
impl Unpin for CofinsNt
impl UnwindSafe for CofinsNt
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