Struct stun_rs::DecoderContext
source · [−]pub struct DecoderContext { /* private fields */ }Expand description
Context used to decode STUN messages
Implementations
Trait Implementations
sourceimpl Clone for DecoderContext
impl Clone for DecoderContext
sourcefn clone(&self) -> DecoderContext
fn clone(&self) -> DecoderContext
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DecoderContext
impl Debug for DecoderContext
sourceimpl Default for DecoderContext
impl Default for DecoderContext
sourcefn default() -> DecoderContext
fn default() -> DecoderContext
Returns the “default value” for a type. Read more
sourceimpl PartialEq<DecoderContext> for DecoderContext
impl PartialEq<DecoderContext> for DecoderContext
sourcefn eq(&self, other: &DecoderContext) -> bool
fn eq(&self, other: &DecoderContext) -> bool
impl Eq for DecoderContext
impl StructuralEq for DecoderContext
impl StructuralPartialEq for DecoderContext
Auto Trait Implementations
impl RefUnwindSafe for DecoderContext
impl !Send for DecoderContext
impl !Sync for DecoderContext
impl Unpin for DecoderContext
impl UnwindSafe for DecoderContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more