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