Skip to main content

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(team_id: &str, user_id: &str) -> Self

Trait Implementations§

Source§

impl<S: AsRef<str>> From<(S, S)> for PostRequest

Source§

fn from((team_id, user_id): (S, S)) -> Self

Converts to this type from the input type.