pub struct CallStatePending { /* private fields */ }
Expand description
The call is pending, waiting to be accepted by a user
Implementations§
Trait Implementations§
Source§impl AsRef<CallStatePending> for CallStatePending
impl AsRef<CallStatePending> for CallStatePending
Source§fn as_ref(&self) -> &CallStatePending
fn as_ref(&self) -> &CallStatePending
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for CallStatePending
impl Clone for CallStatePending
Source§fn clone(&self) -> CallStatePending
fn clone(&self) -> CallStatePending
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CallStatePending
impl Debug for CallStatePending
Source§impl Default for CallStatePending
impl Default for CallStatePending
Source§fn default() -> CallStatePending
fn default() -> CallStatePending
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CallStatePending
impl<'de> Deserialize<'de> for CallStatePending
Source§fn 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
Source§impl Serialize for CallStatePending
impl Serialize for CallStatePending
impl TDCallState for CallStatePending
Auto Trait Implementations§
impl Freeze for CallStatePending
impl RefUnwindSafe for CallStatePending
impl Send for CallStatePending
impl Sync for CallStatePending
impl Unpin for CallStatePending
impl UnwindSafe for CallStatePending
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more