pub struct IdentificacaoRps {
pub numero: u64,
pub serie: String,
pub tipo: u8,
}Expand description
Identificação do RPS
Fields§
§numero: u64Número do RPS
serie: StringSérie do RPS
tipo: u8Tipo (1=RPS, 2=Nota Fiscal Conjugada, 3=Cupom)
Trait Implementations§
Source§impl Clone for IdentificacaoRps
impl Clone for IdentificacaoRps
Source§fn clone(&self) -> IdentificacaoRps
fn clone(&self) -> IdentificacaoRps
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 IdentificacaoRps
impl Debug for IdentificacaoRps
Source§impl<'de> Deserialize<'de> for IdentificacaoRps
impl<'de> Deserialize<'de> for IdentificacaoRps
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 IdentificacaoRps
impl RefUnwindSafe for IdentificacaoRps
impl Send for IdentificacaoRps
impl Sync for IdentificacaoRps
impl Unpin for IdentificacaoRps
impl UnsafeUnpin for IdentificacaoRps
impl UnwindSafe for IdentificacaoRps
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