Struct stun_types::attribute::IceControlled
source · pub struct IceControlled { /* private fields */ }Expand description
The IceControlled Attribute
Implementations§
source§impl IceControlled
impl IceControlled
Trait Implementations§
source§impl Attribute for IceControlled
impl Attribute for IceControlled
source§impl Clone for IceControlled
impl Clone for IceControlled
source§fn clone(&self) -> IceControlled
fn clone(&self) -> IceControlled
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 IceControlled
impl Debug for IceControlled
source§impl Display for IceControlled
impl Display for IceControlled
source§impl<'a> From<&IceControlled> for RawAttribute<'a>
impl<'a> From<&IceControlled> for RawAttribute<'a>
source§fn from(value: &IceControlled) -> RawAttribute<'a>
fn from(value: &IceControlled) -> RawAttribute<'a>
Converts to this type from the input type.
source§impl PartialEq for IceControlled
impl PartialEq for IceControlled
source§fn eq(&self, other: &IceControlled) -> bool
fn eq(&self, other: &IceControlled) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'a> TryFrom<&RawAttribute<'a>> for IceControlled
impl<'a> TryFrom<&RawAttribute<'a>> for IceControlled
§type Error = StunParseError
type Error = StunParseError
The type returned in the event of a conversion error.
impl Eq for IceControlled
impl StructuralPartialEq for IceControlled
Auto Trait Implementations§
impl Freeze for IceControlled
impl RefUnwindSafe for IceControlled
impl Send for IceControlled
impl Sync for IceControlled
impl Unpin for IceControlled
impl UnwindSafe for IceControlled
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)