Trait rust_tdlib::types::TDCanTransferOwnershipResult [−][src]
pub trait TDCanTransferOwnershipResult: Debug + RObject { }
Expand description
Represents result of checking whether the current session can be used to transfer a chat ownership to another user
Implementations on Foreign Types
impl<'a, CANTRANSFEROWNERSHIPRESULT: TDCanTransferOwnershipResult> TDCanTransferOwnershipResult for &'a CANTRANSFEROWNERSHIPRESULT
[src]impl<'a, CANTRANSFEROWNERSHIPRESULT: TDCanTransferOwnershipResult> TDCanTransferOwnershipResult for &'a mut CANTRANSFEROWNERSHIPRESULT
[src]