Struct stun_types::attribute::Software
source · pub struct Software { /* private fields */ }Expand description
The Software Attribute
Implementations§
Trait Implementations§
source§impl From<Software> for RawAttribute
impl From<Software> for RawAttribute
source§fn from(value: Software) -> RawAttribute
fn from(value: Software) -> RawAttribute
Converts to this type from the input type.
source§impl PartialEq for Software
impl PartialEq for Software
source§impl TryFrom<&RawAttribute> for Software
impl TryFrom<&RawAttribute> 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