Struct rust_tdlib::types::CanTransferOwnershipResultOk
source · [−]pub struct CanTransferOwnershipResultOk { /* private fields */ }Expand description
The session can be used
Implementations
Trait Implementations
sourceimpl AsRef<CanTransferOwnershipResultOk> for CanTransferOwnershipResultOk
impl AsRef<CanTransferOwnershipResultOk> for CanTransferOwnershipResultOk
sourcefn as_ref(&self) -> &CanTransferOwnershipResultOk
fn as_ref(&self) -> &CanTransferOwnershipResultOk
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for CanTransferOwnershipResultOk
impl Clone for CanTransferOwnershipResultOk
sourcefn clone(&self) -> CanTransferOwnershipResultOk
fn clone(&self) -> CanTransferOwnershipResultOk
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CanTransferOwnershipResultOk
impl Debug for CanTransferOwnershipResultOk
sourceimpl Default for CanTransferOwnershipResultOk
impl Default for CanTransferOwnershipResultOk
sourcefn default() -> CanTransferOwnershipResultOk
fn default() -> CanTransferOwnershipResultOk
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CanTransferOwnershipResultOk
impl<'de> Deserialize<'de> for CanTransferOwnershipResultOk
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl TDCanTransferOwnershipResult for CanTransferOwnershipResultOk
Auto Trait Implementations
impl RefUnwindSafe for CanTransferOwnershipResultOk
impl Send for CanTransferOwnershipResultOk
impl Sync for CanTransferOwnershipResultOk
impl Unpin for CanTransferOwnershipResultOk
impl UnwindSafe for CanTransferOwnershipResultOk
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more