[][src]Struct pixieve_rs::pixiv::arg::illustration_search_request_arg::IllustrationSearchRequestArg

pub struct IllustrationSearchRequestArg { /* fields omitted */ }

Implementations

impl IllustrationSearchRequestArg[src]

pub fn new<T>(word: T) -> Self where
    T: Into<String>, 
[src]

pub fn set_search_target<T>(self, search_target: T) -> Self where
    T: Into<SearchTarget>, 
[src]

pub fn set_sort<T>(self, sort: T) -> Self where
    T: Into<SearchSort>, 
[src]

pub fn set_duration<T>(self, duration: T) -> Self where
    T: Into<Duration>, 
[src]

pub fn set_offset(self, offset: u32) -> Self[src]

Trait Implementations

impl Deserialize<'static> for IllustrationSearchRequestArg[src]

impl IntoIterator for IllustrationSearchRequestArg[src]

type Item = (&'static str, String)

The type of the elements being iterated over.

type IntoIter = IllustrationSearchParamIterator

Which kind of iterator are we turning this into?

impl Serialize for IllustrationSearchRequestArg[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

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, U> TryInto<U> for T where
    U: TryFrom<T>, 

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