[][src]Struct ulule::params::Params

pub struct Params { /* fields omitted */ }

Methods

impl Params[src]

pub fn new() -> Params[src]

pub fn lang(self, l: impl Into<String>) -> Params[src]

pub fn limit(self, l: u64) -> Params[src]

pub fn offset(self, o: u64) -> Params[src]

pub fn add_query<K, V>(self, key: K, value: V) -> Params where
    K: Into<String>,
    V: Into<String>, 
[src]

pub fn with_extra_fields(self, fields: Vec<String>) -> Params[src]

Trait Implementations

impl From<Params> for String[src]

impl PartialEq<Params> for Params[src]

impl Display for Params[src]

impl Debug for Params[src]

impl FromStr for Params[src]

type Err = ParseIntError

The associated error which can be returned from parsing.

Auto Trait Implementations

impl Send for Params

impl Sync for Params

impl Unpin for Params

impl UnwindSafe for Params

impl RefUnwindSafe for Params

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]