Struct polodb_core::dump::FullDump[][src]

pub struct FullDump {
    pub identifier: String,
    pub version: String,
    pub journal_dump: Box<JournalDump>,
    pub meta_pid: u32,
    pub free_list_pid: u32,
    pub free_list_size: u32,
    pub page_size: NonZeroU32,
    pub pages: Vec<PageDump>,
}

Fields

identifier: Stringversion: Stringjournal_dump: Box<JournalDump>meta_pid: u32free_list_pid: u32free_list_size: u32page_size: NonZeroU32pages: Vec<PageDump>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.