pub struct RgpRestoreReportSection<'a> { /* private fields */ }Expand description
Type corresponding to the <restore> section in the rgp restore extension
Trait Implementations§
Source§impl<'a> Debug for RgpRestoreReportSection<'a>
impl<'a> Debug for RgpRestoreReportSection<'a>
Auto Trait Implementations§
impl<'a> Freeze for RgpRestoreReportSection<'a>
impl<'a> RefUnwindSafe for RgpRestoreReportSection<'a>
impl<'a> Send for RgpRestoreReportSection<'a>
impl<'a> Sync for RgpRestoreReportSection<'a>
impl<'a> Unpin for RgpRestoreReportSection<'a>
impl<'a> UnwindSafe for RgpRestoreReportSection<'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