Struct fuchsia_triage::ActionResultFormatter
source · pub struct ActionResultFormatter<'a> { /* private fields */ }
Implementations§
source§impl<'a> ActionResultFormatter<'a>
impl<'a> ActionResultFormatter<'a>
pub fn new(action_results: &ActionResults) -> ActionResultFormatter<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ActionResultFormatter<'a>
impl<'a> Send for ActionResultFormatter<'a>
impl<'a> Sync for ActionResultFormatter<'a>
impl<'a> Unpin for ActionResultFormatter<'a>
impl<'a> UnwindSafe for ActionResultFormatter<'a>
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