[][src]Struct telegram_bot::types::requests::JsonIdResponse

pub struct JsonIdResponse<Type> { /* fields omitted */ }

Trait Implementations

impl<Type> JsonResponse for JsonIdResponse<Type>[src]

type Raw = Type

type Type = Type

Auto Trait Implementations

impl<Type> RefUnwindSafe for JsonIdResponse<Type> where
    Type: RefUnwindSafe
[src]

impl<Type> Send for JsonIdResponse<Type> where
    Type: Send
[src]

impl<Type> Sync for JsonIdResponse<Type> where
    Type: Sync
[src]

impl<Type> Unpin for JsonIdResponse<Type> where
    Type: Unpin
[src]

impl<Type> UnwindSafe for JsonIdResponse<Type> where
    Type: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<Resp> ResponseType for Resp where
    Resp: JsonResponse,
    <Resp as JsonResponse>::Raw: DeserializeOwned
[src]

type Type = <Resp as JsonResponse>::Type

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]