Struct xmpp_parsers::jingle_rtp::Parameter
source · pub struct Parameter {
pub name: String,
pub value: String,
}
Expand description
Parameter related to a payload.
Fields§
§name: String
The name of the parameter, from the list at https://www.iana.org/assignments/sdp-parameters/sdp-parameters.xhtml
value: String
The value of this parameter.
Trait Implementations§
source§impl PartialEq for Parameter
impl PartialEq for Parameter
impl StructuralPartialEq for Parameter
Auto Trait Implementations§
impl RefUnwindSafe for Parameter
impl Send for Parameter
impl Sync for Parameter
impl Unpin for Parameter
impl UnwindSafe for Parameter
Blanket Implementations§
source§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