pub struct GetAllowedCodecsResponse {
pub status: Option<String>,
pub allowed_codecs: Option<Vec<GetAllowedCodecsResponseAllowedCodec>>,
}Fields§
§status: Option<String>§allowed_codecs: Option<Vec<GetAllowedCodecsResponseAllowedCodec>>Trait Implementations§
Source§impl Clone for GetAllowedCodecsResponse
impl Clone for GetAllowedCodecsResponse
Source§fn clone(&self) -> GetAllowedCodecsResponse
fn clone(&self) -> GetAllowedCodecsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetAllowedCodecsResponse
impl Debug for GetAllowedCodecsResponse
Source§impl Default for GetAllowedCodecsResponse
impl Default for GetAllowedCodecsResponse
Source§fn default() -> GetAllowedCodecsResponse
fn default() -> GetAllowedCodecsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAllowedCodecsResponse
impl<'de> Deserialize<'de> for GetAllowedCodecsResponse
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
Auto Trait Implementations§
impl Freeze for GetAllowedCodecsResponse
impl RefUnwindSafe for GetAllowedCodecsResponse
impl Send for GetAllowedCodecsResponse
impl Sync for GetAllowedCodecsResponse
impl Unpin for GetAllowedCodecsResponse
impl UnsafeUnpin for GetAllowedCodecsResponse
impl UnwindSafe for GetAllowedCodecsResponse
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