pub struct XtreamFullEpg {
pub epg_listings: Vec<XtreamFullEpgListing>,
}Expand description
Full EPG response from get_simple_data_table.
Fields§
§epg_listings: Vec<XtreamFullEpgListing>Trait Implementations§
Source§impl Clone for XtreamFullEpg
impl Clone for XtreamFullEpg
Source§fn clone(&self) -> XtreamFullEpg
fn clone(&self) -> XtreamFullEpg
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 XtreamFullEpg
impl Debug for XtreamFullEpg
Source§impl<'de> Deserialize<'de> for XtreamFullEpg
impl<'de> Deserialize<'de> for XtreamFullEpg
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 XtreamFullEpg
impl RefUnwindSafe for XtreamFullEpg
impl Send for XtreamFullEpg
impl Sync for XtreamFullEpg
impl Unpin for XtreamFullEpg
impl UnsafeUnpin for XtreamFullEpg
impl UnwindSafe for XtreamFullEpg
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