Struct termusiclib::podcast::PodcastFeed
source · pub struct PodcastFeed {
pub id: Option<i64>,
pub url: String,
pub title: Option<String>,
}Fields§
§id: Option<i64>§url: String§title: Option<String>Implementations§
Trait Implementations§
source§impl Clone for PodcastFeed
impl Clone for PodcastFeed
source§fn clone(&self) -> PodcastFeed
fn clone(&self) -> PodcastFeed
Returns a copy 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 PodcastFeed
impl Debug for PodcastFeed
source§impl PartialEq for PodcastFeed
impl PartialEq for PodcastFeed
source§fn eq(&self, other: &PodcastFeed) -> bool
fn eq(&self, other: &PodcastFeed) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for PodcastFeed
impl StructuralPartialEq for PodcastFeed
Auto Trait Implementations§
impl Freeze for PodcastFeed
impl RefUnwindSafe for PodcastFeed
impl Send for PodcastFeed
impl Sync for PodcastFeed
impl Unpin for PodcastFeed
impl UnwindSafe for PodcastFeed
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.