PostRequest

Type Alias PostRequest 

Source
pub type PostRequest = Request<PostQuery>;

Aliased Type§

pub struct PostRequest { /* private fields */ }

Implementations§

Source§

impl PostRequest

Source

pub fn new(query: PostQuery) -> Self

Trait Implementations§

Source§

impl Default for PostRequest

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl From<PostQuery> for PostRequest

Source§

fn from(query: PostQuery) -> Self

Converts to this type from the input type.