[][src]Struct rtdlib::types::ChatActionBarSharePhoneNumber

pub struct ChatActionBarSharePhoneNumber { /* fields omitted */ }

The chat is a private or secret chat with a mutual contact and the user's phone number can be shared with the other user using the method sharePhoneNumber

Implementations

impl ChatActionBarSharePhoneNumber[src]

pub fn from_json<S: AsRef<str>>(json: S) -> RTDResult<Self>[src]

pub fn builder() -> RTDChatActionBarSharePhoneNumberBuilder[src]

Trait Implementations

impl AsRef<ChatActionBarSharePhoneNumber> for ChatActionBarSharePhoneNumber[src]

impl Clone for ChatActionBarSharePhoneNumber[src]

impl Debug for ChatActionBarSharePhoneNumber[src]

impl Default for ChatActionBarSharePhoneNumber[src]

impl<'de> Deserialize<'de> for ChatActionBarSharePhoneNumber[src]

impl RObject for ChatActionBarSharePhoneNumber[src]

impl Serialize for ChatActionBarSharePhoneNumber[src]

impl TDChatActionBar for ChatActionBarSharePhoneNumber[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.