pub struct TrackBuilder { /* private fields */ }Implementations§
Source§impl TrackBuilder
impl TrackBuilder
pub fn duration(self, duration: &str) -> Self
pub fn artist(self, credit: ArtistCreditBuilder) -> Self
pub fn extraartist(self, credit: ArtistCreditBuilder) -> Self
pub fn build_track(self) -> ReleaseBuilder
Auto Trait Implementations§
impl Freeze for TrackBuilder
impl RefUnwindSafe for TrackBuilder
impl Send for TrackBuilder
impl Sync for TrackBuilder
impl Unpin for TrackBuilder
impl UnwindSafe for TrackBuilder
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