pub struct Trailer {
pub url: Option<Url>,
pub pub_date: Option<DateTime>,
pub length: Option<Integer>,
pub type_: Option<Enclosure>,
pub season: Option<Integer>,
pub value: Option<String>,
}Expand description
A trailer for the entire podcast or a specific season.
Fields§
§url: Option<Url>§pub_date: Option<DateTime>§length: Option<Integer>§type_: Option<Enclosure>§season: Option<Integer>§value: Option<String>Trait Implementations§
impl Eq for Trailer
impl StructuralPartialEq for Trailer
Auto Trait Implementations§
impl Freeze for Trailer
impl RefUnwindSafe for Trailer
impl Send for Trailer
impl Sync for Trailer
impl Unpin for Trailer
impl UnwindSafe for Trailer
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