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