Struct rust_tdlib::types::CallStatePending
source · [−]pub struct CallStatePending { /* private fields */ }
Expand description
The call is pending, waiting to be accepted by a user
Implementations
Trait Implementations
sourceimpl AsRef<CallStatePending> for CallStatePending
impl AsRef<CallStatePending> for CallStatePending
sourcefn as_ref(&self) -> &CallStatePending
fn as_ref(&self) -> &CallStatePending
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for CallStatePending
impl Clone for CallStatePending
sourcefn clone(&self) -> CallStatePending
fn clone(&self) -> CallStatePending
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 CallStatePending
impl Debug for CallStatePending
sourceimpl Default for CallStatePending
impl Default for CallStatePending
sourcefn default() -> CallStatePending
fn default() -> CallStatePending
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CallStatePending
impl<'de> Deserialize<'de> for CallStatePending
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
sourceimpl Serialize for CallStatePending
impl Serialize for CallStatePending
impl TDCallState for CallStatePending
Auto Trait Implementations
impl RefUnwindSafe for CallStatePending
impl Send for CallStatePending
impl Sync for CallStatePending
impl Unpin for CallStatePending
impl UnwindSafe for CallStatePending
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