Struct nfe::base::endereco::Endereco[][src]

pub struct Endereco {
    pub logradouro: String,
    pub numero: String,
    pub complemento: Option<String>,
    pub bairro: String,
    pub codigo_municipio: u32,
    pub nome_municipio: String,
    pub sigla_uf: String,
    pub cep: u32,
    pub telefone: Option<String>,
}
Expand description

Representação de um endereço usado na NFe

Fields

logradouro: Stringnumero: Stringcomplemento: Option<String>bairro: Stringcodigo_municipio: u32nome_municipio: Stringsigla_uf: Stringcep: u32telefone: Option<String>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.