Enum xmpp_parsers::jingle_dtls_srtp::Setup
source · pub enum Setup {
Active,
Passive,
Actpass,
}
Expand description
Indicates which of the end points should initiate the TCP connection establishment.
Variants§
Active
The endpoint will initiate an outgoing connection.
Passive
The endpoint will accept an incoming connection.
Actpass
The endpoint is willing to accept an incoming connection or to initiate an outgoing connection.
Trait Implementations§
source§impl IntoAttributeValue for Setup
impl IntoAttributeValue for Setup
source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
source§impl PartialEq for Setup
impl PartialEq for Setup
impl StructuralPartialEq for Setup
Auto Trait Implementations§
impl RefUnwindSafe for Setup
impl Send for Setup
impl Sync for Setup
impl Unpin for Setup
impl UnwindSafe for Setup
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