Struct stun_types::attribute::IceControlling
source · pub struct IceControlling { /* private fields */ }Expand description
The IceControlling Attribute
Implementations§
source§impl IceControlling
impl IceControlling
Trait Implementations§
source§impl Attribute for IceControlling
impl Attribute for IceControlling
source§impl Clone for IceControlling
impl Clone for IceControlling
source§fn clone(&self) -> IceControlling
fn clone(&self) -> IceControlling
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IceControlling
impl Debug for IceControlling
source§impl Display for IceControlling
impl Display for IceControlling
source§impl<'a> From<&IceControlling> for RawAttribute<'a>
impl<'a> From<&IceControlling> for RawAttribute<'a>
source§fn from(value: &IceControlling) -> RawAttribute<'a>
fn from(value: &IceControlling) -> RawAttribute<'a>
Converts to this type from the input type.
source§impl PartialEq for IceControlling
impl PartialEq for IceControlling
source§fn eq(&self, other: &IceControlling) -> bool
fn eq(&self, other: &IceControlling) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'a> TryFrom<&RawAttribute<'a>> for IceControlling
impl<'a> TryFrom<&RawAttribute<'a>> for IceControlling
§type Error = StunParseError
type Error = StunParseError
The type returned in the event of a conversion error.
impl Eq for IceControlling
impl StructuralPartialEq for IceControlling
Auto Trait Implementations§
impl Freeze for IceControlling
impl RefUnwindSafe for IceControlling
impl Send for IceControlling
impl Sync for IceControlling
impl Unpin for IceControlling
impl UnwindSafe for IceControlling
Blanket Implementations§
source§impl<E, T> AttributeFromRaw<E> for T
impl<E, T> AttributeFromRaw<E> for T
source§fn from_raw(raw: &RawAttribute<'_>) -> Result<T, E>
fn from_raw(raw: &RawAttribute<'_>) -> Result<T, E>
Convert an
Attribute from a RawAttributesource§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)