Struct rust_accountkit::RequestBuilder [] [src]

pub struct RequestBuilder {
    pub url: String,
    pub method: Method,
}

Fields

Methods

impl RequestBuilder
[src]

Trait Implementations

impl Debug for RequestBuilder
[src]

Formats the value using the given formatter.

impl PartialEq for RequestBuilder
[src]

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

This method tests for !=.

impl Eq for RequestBuilder
[src]

impl Display for RequestBuilder
[src]

Formats the value using the given formatter.