pub struct LivestreamCapabilities {
pub whep: Option<bool>,
}Fields§
§whep: Option<bool>https://datatracker.ietf.org/doc/draft-murillo-whep/
Trait Implementations§
Source§impl Clone for LivestreamCapabilities
impl Clone for LivestreamCapabilities
Source§fn clone(&self) -> LivestreamCapabilities
fn clone(&self) -> LivestreamCapabilities
Returns a duplicate 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 LivestreamCapabilities
impl Debug for LivestreamCapabilities
Source§impl Default for LivestreamCapabilities
impl Default for LivestreamCapabilities
Source§fn default() -> LivestreamCapabilities
fn default() -> LivestreamCapabilities
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LivestreamCapabilities
impl<'de> Deserialize<'de> for LivestreamCapabilities
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LivestreamCapabilities
impl PartialEq for LivestreamCapabilities
Source§impl Serialize for LivestreamCapabilities
impl Serialize for LivestreamCapabilities
impl Eq for LivestreamCapabilities
impl StructuralPartialEq for LivestreamCapabilities
Auto Trait Implementations§
impl Freeze for LivestreamCapabilities
impl RefUnwindSafe for LivestreamCapabilities
impl Send for LivestreamCapabilities
impl Sync for LivestreamCapabilities
impl Unpin for LivestreamCapabilities
impl UnwindSafe for LivestreamCapabilities
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