pub struct PioUpdateReport(/* private fields */);Expand description
Exact changes made by one atomic update batch.
Auto Trait Implementations§
impl Freeze for PioUpdateReport
impl RefUnwindSafe for PioUpdateReport
impl Send for PioUpdateReport
impl Sync for PioUpdateReport
impl Unpin for PioUpdateReport
impl UnsafeUnpin for PioUpdateReport
impl UnwindSafe for PioUpdateReport
Blanket Implementations§
impl<T> Allocation for T
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