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