pub struct TopArtistsFormatter;Trait Implementations§
Source§impl PayloadFormatter for TopArtistsFormatter
impl PayloadFormatter for TopArtistsFormatter
Source§fn supported_kinds(&self) -> &'static [PayloadKind]
fn supported_kinds(&self) -> &'static [PayloadKind]
PayloadKind(s) this formatter handles (preferred matching method)
Auto Trait Implementations§
impl Freeze for TopArtistsFormatter
impl RefUnwindSafe for TopArtistsFormatter
impl Send for TopArtistsFormatter
impl Sync for TopArtistsFormatter
impl Unpin for TopArtistsFormatter
impl UnwindSafe for TopArtistsFormatter
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