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