pub struct SummaryReadOnlyOpen {
pub db: SummaryDb,
pub recovery: Option<ReadOnlyRecovery>,
}Fields§
§db: SummaryDb§recovery: Option<ReadOnlyRecovery>Auto Trait Implementations§
impl !Freeze for SummaryReadOnlyOpen
impl !RefUnwindSafe for SummaryReadOnlyOpen
impl !Sync for SummaryReadOnlyOpen
impl !UnwindSafe for SummaryReadOnlyOpen
impl Send for SummaryReadOnlyOpen
impl Unpin for SummaryReadOnlyOpen
impl UnsafeUnpin for SummaryReadOnlyOpen
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