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