pub struct FeaturedChannel {
pub start_time_ms: String,
pub end_time_ms: String,
pub watermark: WatermarkClass,
pub tracking_params: String,
pub navigation_endpoint: FeaturedChannelNavigationEndpoint,
pub channel_name: String,
pub subscribe_button: SubscribeButtonClass,
}
Fields§
§start_time_ms: String
§end_time_ms: String
§watermark: WatermarkClass
§tracking_params: String
§channel_name: String
Trait Implementations§
Source§impl Clone for FeaturedChannel
impl Clone for FeaturedChannel
Source§fn clone(&self) -> FeaturedChannel
fn clone(&self) -> FeaturedChannel
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 FeaturedChannel
impl Debug for FeaturedChannel
Source§impl<'de> Deserialize<'de> for FeaturedChannel
impl<'de> Deserialize<'de> for FeaturedChannel
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 FeaturedChannel
impl RefUnwindSafe for FeaturedChannel
impl Send for FeaturedChannel
impl Sync for FeaturedChannel
impl Unpin for FeaturedChannel
impl UnwindSafe for FeaturedChannel
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