Struct termusiclib::podcast::EpData
source · pub struct EpData {
pub id: i64,
pub pod_id: i64,
pub title: String,
pub url: String,
pub pubdate: Option<DateTime<Utc>>,
pub file_path: Option<PathBuf>,
}Expand description
Enum used to communicate relevant data to the threadpool.
Fields§
§id: i64§pod_id: i64§title: String§url: String§pubdate: Option<DateTime<Utc>>§file_path: Option<PathBuf>Trait Implementations§
source§impl PartialEq for EpData
impl PartialEq for EpData
impl Eq for EpData
impl StructuralPartialEq for EpData
Auto Trait Implementations§
impl Freeze for EpData
impl RefUnwindSafe for EpData
impl Send for EpData
impl Sync for EpData
impl Unpin for EpData
impl UnwindSafe for EpData
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.