pub struct BootstrapReport {
pub sqlite_version: String,
pub applied_versions: Vec<SchemaVersion>,
pub vector_profile_enabled: bool,
}Fields§
§sqlite_version: String§applied_versions: Vec<SchemaVersion>§vector_profile_enabled: boolTrait Implementations§
Source§impl Clone for BootstrapReport
impl Clone for BootstrapReport
Source§fn clone(&self) -> BootstrapReport
fn clone(&self) -> BootstrapReport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BootstrapReport
impl Debug for BootstrapReport
Source§impl PartialEq for BootstrapReport
impl PartialEq for BootstrapReport
impl Eq for BootstrapReport
impl StructuralPartialEq for BootstrapReport
Auto Trait Implementations§
impl Freeze for BootstrapReport
impl RefUnwindSafe for BootstrapReport
impl Send for BootstrapReport
impl Sync for BootstrapReport
impl Unpin for BootstrapReport
impl UnsafeUnpin for BootstrapReport
impl UnwindSafe for BootstrapReport
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