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