pub struct IndexedFormatter;Expand description
Standard DroidRun indexed formatter.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndexedFormatter
impl RefUnwindSafe for IndexedFormatter
impl Send for IndexedFormatter
impl Sync for IndexedFormatter
impl Unpin for IndexedFormatter
impl UnsafeUnpin for IndexedFormatter
impl UnwindSafe for IndexedFormatter
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