[][src]Struct fiscalidade::Dfe

pub struct Dfe { /* fields omitted */ }

Methods

impl Dfe[src]

pub fn new(tipo: Tipo) -> Self[src]

pub fn set_webservices(self, webservices: WebServices) -> Self[src]

pub fn set_pkcs12(self, pkcs12: Pkcs12Certificate) -> Self[src]

pub fn status_servico(self, uf: Uf, ambiente: Ambiente) -> DfeResult[src]

pub fn consultar_cadastro(
    self,
    uf: Uf,
    ambiente: Ambiente,
    documento: Documento
) -> DfeResult
[src]

pub fn consultar_xml(self, uf: Uf, ambiente: Ambiente, chave: &str) -> DfeResult[src]

Auto Trait Implementations

impl !RefUnwindSafe for Dfe

impl Send for Dfe

impl Sync for Dfe

impl Unpin for Dfe

impl !UnwindSafe for Dfe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.