Struct brasilapi_client::client::BrasilApiClient [−][src]
pub struct BrasilApiClient { /* fields omitted */ }Expand description
Default client for BrasilApi Operations
Implementations
This method will create the client, using the Default Base URL
Get Banks by code
Example: 33 - Santander
pub async fn get_cep(
&self,
cep: &str,
cep_version: Option<EnumCepRequestVersion>
) -> Result<CepResponseData, Error>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BrasilApiClient
impl !Send for BrasilApiClient
impl !Sync for BrasilApiClient
impl Unpin for BrasilApiClient
impl UnwindSafe for BrasilApiClient
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more