Enum stun::MessageMethod
[−]
[src]
#[repr(u16)]pub enum MessageMethod { Binding, }
Variants
BindingTrait Implementations
impl Clone for MessageMethod[src]
fn clone(&self) -> MessageMethod
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more