pub struct NovaNetContents {
pub schema_files: u32,
pub seed_files: u32,
pub neo4j_dump: bool,
}Expand description
NovaNet-specific backup contents.
Fields§
§schema_files: u32Number of schema YAML files backed up
seed_files: u32Number of seed YAML files backed up
neo4j_dump: boolWhether a Neo4j dump was included (optional, v2 feature)
Trait Implementations§
Source§impl Clone for NovaNetContents
impl Clone for NovaNetContents
Source§fn clone(&self) -> NovaNetContents
fn clone(&self) -> NovaNetContents
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 NovaNetContents
impl Debug for NovaNetContents
Source§impl Default for NovaNetContents
impl Default for NovaNetContents
Source§fn default() -> NovaNetContents
fn default() -> NovaNetContents
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NovaNetContents
impl RefUnwindSafe for NovaNetContents
impl Send for NovaNetContents
impl Sync for NovaNetContents
impl Unpin for NovaNetContents
impl UnsafeUnpin for NovaNetContents
impl UnwindSafe for NovaNetContents
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