pub struct Transp {
pub mod_frete: u8,
pub cnpj: Option<String>,
pub cpf: Option<String>,
pub x_nome: Option<String>,
pub ie: Option<u64>,
pub x_end: Option<String>,
pub x_mun: Option<String>,
pub uf: Option<String>,
}Expand description
Dados de transporte da NF-e (<transp>).
Fields§
§mod_frete: u8§cnpj: Option<String>§cpf: Option<String>§x_nome: Option<String>§ie: Option<u64>§x_end: Option<String>§x_mun: Option<String>§uf: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Transp
impl<'de> Deserialize<'de> for Transp
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
Auto Trait Implementations§
impl Freeze for Transp
impl RefUnwindSafe for Transp
impl Send for Transp
impl Sync for Transp
impl Unpin for Transp
impl UnsafeUnpin for Transp
impl UnwindSafe for Transp
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