Enum xmpp_parsers::extdisco::Type
source · pub enum Type {
Stun,
Turn,
}
Expand description
The service type as registered with the XMPP Registrar.
Variants§
Stun
A server that provides Session Traversal Utilities for NAT (STUN).
Turn
A server that provides Traversal Using Relays around NAT (TURN).
Trait Implementations§
source§impl IntoAttributeValue for Type
impl IntoAttributeValue for Type
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 Type
impl PartialEq for Type
impl StructuralPartialEq for Type
Auto Trait Implementations§
impl Freeze for Type
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
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