pub struct GetDeviceCapabilitiesResponse {
pub play_media: String,
pub rec_media: String,
pub rec_quality_modes: String,
}Fields§
§play_media: String§rec_media: String§rec_quality_modes: StringTrait Implementations§
Source§impl Clone for GetDeviceCapabilitiesResponse
impl Clone for GetDeviceCapabilitiesResponse
Source§fn clone(&self) -> GetDeviceCapabilitiesResponse
fn clone(&self) -> GetDeviceCapabilitiesResponse
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<'de> Deserialize<'de> for GetDeviceCapabilitiesResponse
impl<'de> Deserialize<'de> for GetDeviceCapabilitiesResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetDeviceCapabilitiesResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetDeviceCapabilitiesResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetDeviceCapabilitiesResponse
impl PartialEq for GetDeviceCapabilitiesResponse
Source§fn eq(&self, other: &GetDeviceCapabilitiesResponse) -> bool
fn eq(&self, other: &GetDeviceCapabilitiesResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetDeviceCapabilitiesResponse
Auto Trait Implementations§
impl Freeze for GetDeviceCapabilitiesResponse
impl RefUnwindSafe for GetDeviceCapabilitiesResponse
impl Send for GetDeviceCapabilitiesResponse
impl Sync for GetDeviceCapabilitiesResponse
impl Unpin for GetDeviceCapabilitiesResponse
impl UnsafeUnpin for GetDeviceCapabilitiesResponse
impl UnwindSafe for GetDeviceCapabilitiesResponse
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