pub enum CallDirection {
Inbound,
OutboundApi,
OutboundDial,
TrunkingTerminating,
TrunkingOriginating,
}
Expand description
Status of call.
Variants§
Inbound
Inbound
OutboundApi
Output API
OutboundDial
Output Dial
TrunkingTerminating
Trunking Terminating
TrunkingOriginating
Trunking Originating
Trait Implementations§
Source§impl Debug for CallDirection
impl Debug for CallDirection
Source§impl<'de> Deserialize<'de> for CallDirection
impl<'de> Deserialize<'de> for CallDirection
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
Auto Trait Implementations§
impl Freeze for CallDirection
impl RefUnwindSafe for CallDirection
impl Send for CallDirection
impl Sync for CallDirection
impl Unpin for CallDirection
impl UnwindSafe for CallDirection
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