Struct annis::Service[][src]

pub struct Service<P: Into<String> + PartialEq> {
    pub client: RequestBuilder,
    pub params: Option<Vec<(P, String)>>,
}

A Service to make request to endpoint.

Fields

Methods

impl<P: Into<String> + PartialEq + IsValid> Service<P>
[src]

Trait Implementations

impl<P: Debug + Into<String> + PartialEq> Debug for Service<P>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<P> Send for Service<P> where
    P: Send

impl<P> !Sync for Service<P>