[][src]Struct rtdlib::types::CanTransferOwnership

pub struct CanTransferOwnership { /* fields omitted */ }

Checks whether the current session can be used to transfer a chat ownership to another user

Methods

impl CanTransferOwnership[src]

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

pub fn builder() -> RTDCanTransferOwnershipBuilder[src]

Trait Implementations

impl AsRef<CanTransferOwnership> for CanTransferOwnership[src]

impl Clone for CanTransferOwnership[src]

impl Debug for CanTransferOwnership[src]

impl Default for CanTransferOwnership[src]

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

impl RFunction for CanTransferOwnership[src]

impl RObject for CanTransferOwnership[src]

impl Serialize for CanTransferOwnership[src]

impl TDCanTransferOwnershipResult for CanTransferOwnership[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: 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.