Struct ytmapi_rs::common::PodcastChannelID
source · pub struct PodcastChannelID<'a>(/* private fields */);Trait Implementations§
source§impl<'a> Clone for PodcastChannelID<'a>
impl<'a> Clone for PodcastChannelID<'a>
source§fn clone(&self) -> PodcastChannelID<'a>
fn clone(&self) -> PodcastChannelID<'a>
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<'a> Debug for PodcastChannelID<'a>
impl<'a> Debug for PodcastChannelID<'a>
source§impl<'de, 'a> Deserialize<'de> for PodcastChannelID<'a>
impl<'de, 'a> Deserialize<'de> for PodcastChannelID<'a>
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
source§impl<'a> From<&'a PodcastChannelID<'a>> for PodcastChannelID<'a>
impl<'a> From<&'a PodcastChannelID<'a>> for PodcastChannelID<'a>
source§fn from(value: &'a PodcastChannelID<'a>) -> Self
fn from(value: &'a PodcastChannelID<'a>) -> Self
Converts to this type from the input type.
source§impl<'a> PartialEq for PodcastChannelID<'a>
impl<'a> PartialEq for PodcastChannelID<'a>
source§impl<'a> Serialize for PodcastChannelID<'a>
impl<'a> Serialize for PodcastChannelID<'a>
source§impl<'a> YoutubeID<'a> for PodcastChannelID<'a>
impl<'a> YoutubeID<'a> for PodcastChannelID<'a>
impl<'a> StructuralPartialEq for PodcastChannelID<'a>
Auto Trait Implementations§
impl<'a> Freeze for PodcastChannelID<'a>
impl<'a> RefUnwindSafe for PodcastChannelID<'a>
impl<'a> Send for PodcastChannelID<'a>
impl<'a> Sync for PodcastChannelID<'a>
impl<'a> Unpin for PodcastChannelID<'a>
impl<'a> UnwindSafe for PodcastChannelID<'a>
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)