[−][src]Trait telegram_bot::types::requests::JsonResponse
Associated Types
Loading content...Required methods
Loading content...Implementors
impl JsonResponse for JsonTrueToUnitResponse
[src]
type Raw = True
type Type = ()
pub fn map(
<JsonTrueToUnitResponse as JsonResponse>::Raw
) -> <JsonTrueToUnitResponse as JsonResponse>::Type
[src]
<JsonTrueToUnitResponse as JsonResponse>::Raw
) -> <JsonTrueToUnitResponse as JsonResponse>::Type
impl<Type> JsonResponse for JsonIdResponse<Type>
[src]
type Raw = Type
type Type = Type
pub fn map(
raw: <JsonIdResponse<Type> as JsonResponse>::Raw
) -> <JsonIdResponse<Type> as JsonResponse>::Type
[src]
raw: <JsonIdResponse<Type> as JsonResponse>::Raw
) -> <JsonIdResponse<Type> as JsonResponse>::Type