pub struct ArtistDetailFormatter;Trait Implementations§
Source§impl PayloadFormatter for ArtistDetailFormatter
impl PayloadFormatter for ArtistDetailFormatter
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 ArtistDetailFormatter
impl RefUnwindSafe for ArtistDetailFormatter
impl Send for ArtistDetailFormatter
impl Sync for ArtistDetailFormatter
impl Unpin for ArtistDetailFormatter
impl UnwindSafe for ArtistDetailFormatter
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