pub enum OutboundProtocol {
TlsSlashSrtp,
Tcp,
Tls,
Udp,
}Expand description
This is the protocol to use for SIP signaling outbound calls. Default is udp. @default udp
Variants§
Trait Implementations§
Source§impl Clone for OutboundProtocol
impl Clone for OutboundProtocol
Source§fn clone(&self) -> OutboundProtocol
fn clone(&self) -> OutboundProtocol
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 OutboundProtocol
impl Debug for OutboundProtocol
Source§impl Default for OutboundProtocol
impl Default for OutboundProtocol
Source§fn default() -> OutboundProtocol
fn default() -> OutboundProtocol
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutboundProtocol
impl<'de> Deserialize<'de> for OutboundProtocol
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 Hash for OutboundProtocol
impl Hash for OutboundProtocol
Source§impl Ord for OutboundProtocol
impl Ord for OutboundProtocol
Source§fn cmp(&self, other: &OutboundProtocol) -> Ordering
fn cmp(&self, other: &OutboundProtocol) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OutboundProtocol
impl PartialEq for OutboundProtocol
Source§impl PartialOrd for OutboundProtocol
impl PartialOrd for OutboundProtocol
Source§impl Serialize for OutboundProtocol
impl Serialize for OutboundProtocol
impl Copy for OutboundProtocol
impl Eq for OutboundProtocol
impl StructuralPartialEq for OutboundProtocol
Auto Trait Implementations§
impl Freeze for OutboundProtocol
impl RefUnwindSafe for OutboundProtocol
impl Send for OutboundProtocol
impl Sync for OutboundProtocol
impl Unpin for OutboundProtocol
impl UnwindSafe for OutboundProtocol
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.