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