Struct ytmapi_rs::parse::UploadAlbum
source · #[non_exhaustive]pub struct UploadAlbum {
pub title: String,
pub artist: String,
pub year: Option<String>,
pub entity_id: UploadEntityID<'static>,
pub album_id: UploadAlbumID<'static>,
pub thumbnails: Vec<Thumbnail>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.title: String§artist: String§year: Option<String>§entity_id: UploadEntityID<'static>§album_id: UploadAlbumID<'static>§thumbnails: Vec<Thumbnail>Trait Implementations§
source§impl Clone for UploadAlbum
impl Clone for UploadAlbum
source§fn clone(&self) -> UploadAlbum
fn clone(&self) -> UploadAlbum
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 UploadAlbum
impl Debug for UploadAlbum
source§impl<'de> Deserialize<'de> for UploadAlbum
impl<'de> Deserialize<'de> for UploadAlbum
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 PartialEq for UploadAlbum
impl PartialEq for UploadAlbum
source§impl Serialize for UploadAlbum
impl Serialize for UploadAlbum
impl StructuralPartialEq for UploadAlbum
Auto Trait Implementations§
impl Freeze for UploadAlbum
impl RefUnwindSafe for UploadAlbum
impl Send for UploadAlbum
impl Sync for UploadAlbum
impl Unpin for UploadAlbum
impl UnwindSafe for UploadAlbum
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)