Struct stun_types::attribute::Software
source · pub struct Software { /* private fields */ }Expand description
The Software Attribute
Implementations§
Trait Implementations§
source§impl<'a> From<&'a Software> for RawAttribute<'a>
impl<'a> From<&'a Software> for RawAttribute<'a>
source§fn from(value: &'a Software) -> RawAttribute<'a>
fn from(value: &'a Software) -> RawAttribute<'a>
Converts to this type from the input type.
source§impl PartialEq for Software
impl PartialEq for Software
source§impl<'a> TryFrom<&RawAttribute<'a>> for Software
impl<'a> TryFrom<&RawAttribute<'a>> for Software
§type Error = StunParseError
type Error = StunParseError
The type returned in the event of a conversion error.
impl Eq for Software
impl StructuralPartialEq for Software
Auto Trait Implementations§
impl Freeze for Software
impl RefUnwindSafe for Software
impl Send for Software
impl Sync for Software
impl Unpin for Software
impl UnwindSafe for Software
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)