pub type GetRequest = Request<GetQuery>;Aliased Type§
pub struct GetRequest { /* private fields */ }Implementations§
Source§impl GetRequest
impl GetRequest
pub fn new(channel: ChannelName, query: Option<GetQuery>) -> Self
Trait Implementations§
Source§impl From<ChannelName> for GetRequest
impl From<ChannelName> for GetRequest
Source§fn from(channel: ChannelName) -> Self
fn from(channel: ChannelName) -> Self
Converts to this type from the input type.