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(challenge_id: &str) -> Self

Trait Implementations§

Source§

impl<S: AsRef<str>> From<S> for PostRequest

Source§

fn from(s: S) -> Self

Converts to this type from the input type.