Struct rust_accountkit::RequestBuilder
[−]
[src]
pub struct RequestBuilder { pub url: String, pub method: Method, }
Fields
url: String
method: Method
Methods
impl RequestBuilder
[src]
fn new<S: Into<String>>(url: S, method: Method) -> RequestBuilder
Trait Implementations
impl Debug for RequestBuilder
[src]
impl PartialEq for RequestBuilder
[src]
fn eq(&self, __arg_0: &RequestBuilder) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RequestBuilder) -> bool
This method tests for !=
.