pub struct DescribeChannelResponse {
pub arn: Option<String>,
pub description: Option<String>,
pub hls_ingest: Option<HlsIngest>,
pub id: Option<String>,
pub tags: Option<HashMap<String, String>>,
}Fields§
§arn: Option<String>The Amazon Resource Name (ARN) assigned to the Channel.
description: Option<String>A short text description of the Channel.
hls_ingest: Option<HlsIngest>§id: Option<String>The ID of the Channel.
Trait Implementations§
Source§impl Clone for DescribeChannelResponse
impl Clone for DescribeChannelResponse
Source§fn clone(&self) -> DescribeChannelResponse
fn clone(&self) -> DescribeChannelResponse
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 DescribeChannelResponse
impl Debug for DescribeChannelResponse
Source§impl Default for DescribeChannelResponse
impl Default for DescribeChannelResponse
Source§fn default() -> DescribeChannelResponse
fn default() -> DescribeChannelResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeChannelResponse
impl<'de> Deserialize<'de> for DescribeChannelResponse
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 DescribeChannelResponse
impl PartialEq for DescribeChannelResponse
impl StructuralPartialEq for DescribeChannelResponse
Auto Trait Implementations§
impl Freeze for DescribeChannelResponse
impl RefUnwindSafe for DescribeChannelResponse
impl Send for DescribeChannelResponse
impl Sync for DescribeChannelResponse
impl Unpin for DescribeChannelResponse
impl UnwindSafe for DescribeChannelResponse
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