pub enum OutboundProtocolTrue {
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 OutboundProtocolTrue
impl Clone for OutboundProtocolTrue
Source§fn clone(&self) -> OutboundProtocolTrue
fn clone(&self) -> OutboundProtocolTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OutboundProtocolTrue
impl Debug for OutboundProtocolTrue
Source§impl Default for OutboundProtocolTrue
impl Default for OutboundProtocolTrue
Source§fn default() -> OutboundProtocolTrue
fn default() -> OutboundProtocolTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutboundProtocolTrue
impl<'de> Deserialize<'de> for OutboundProtocolTrue
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 OutboundProtocolTrue
impl Hash for OutboundProtocolTrue
Source§impl Ord for OutboundProtocolTrue
impl Ord for OutboundProtocolTrue
Source§fn cmp(&self, other: &OutboundProtocolTrue) -> Ordering
fn cmp(&self, other: &OutboundProtocolTrue) -> 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 OutboundProtocolTrue
impl PartialEq for OutboundProtocolTrue
Source§impl PartialOrd for OutboundProtocolTrue
impl PartialOrd for OutboundProtocolTrue
Source§impl Serialize for OutboundProtocolTrue
impl Serialize for OutboundProtocolTrue
impl Copy for OutboundProtocolTrue
impl Eq for OutboundProtocolTrue
impl StructuralPartialEq for OutboundProtocolTrue
Auto Trait Implementations§
impl Freeze for OutboundProtocolTrue
impl RefUnwindSafe for OutboundProtocolTrue
impl Send for OutboundProtocolTrue
impl Sync for OutboundProtocolTrue
impl Unpin for OutboundProtocolTrue
impl UnwindSafe for OutboundProtocolTrue
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