pub struct AlbumMetadata {
pub name: String,
pub cover: Option<Image>,
}Fields§
§name: String§cover: Option<Image>Trait Implementations§
Source§impl Clone for AlbumMetadata
impl Clone for AlbumMetadata
Source§fn clone(&self) -> AlbumMetadata
fn clone(&self) -> AlbumMetadata
Returns a duplicate 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 AlbumMetadata
impl Debug for AlbumMetadata
Auto Trait Implementations§
impl Freeze for AlbumMetadata
impl RefUnwindSafe for AlbumMetadata
impl Send for AlbumMetadata
impl Sync for AlbumMetadata
impl Unpin for AlbumMetadata
impl UnwindSafe for AlbumMetadata
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