Struct DataCallStatus
#[repr(transparent)]pub struct DataCallStatus(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl CallState
impl CallState
Sourcepub const CONNECTING: CallState
pub const CONNECTING: CallState
Call is connecting.
Sourcepub const DISCONNECTING: CallState
pub const DISCONNECTING: CallState
Call is disconnecting.
Sourcepub const DISCONNECTED: CallState
pub const DISCONNECTED: CallState
Call is disconnected.
Trait Implementations§
Source§impl Serialize for CallState
impl Serialize for CallState
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for CallState
impl Eq for CallState
impl StructuralPartialEq for CallState
Auto Trait Implementations§
impl Freeze for CallState
impl RefUnwindSafe for CallState
impl Send for CallState
impl Sync for CallState
impl Unpin for CallState
impl UnwindSafe for CallState
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