pub struct ProgramGuideResponse {
pub paging: Option<ChannelPaging>,
pub program_list: Option<Vec<Program>>,
}Fields§
§paging: Option<ChannelPaging>§program_list: Option<Vec<Program>>Trait Implementations§
Source§impl Debug for ProgramGuideResponse
impl Debug for ProgramGuideResponse
Auto Trait Implementations§
impl Freeze for ProgramGuideResponse
impl RefUnwindSafe for ProgramGuideResponse
impl Send for ProgramGuideResponse
impl Sync for ProgramGuideResponse
impl Unpin for ProgramGuideResponse
impl UnwindSafe for ProgramGuideResponse
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