pub struct BackupContents {
pub novanet: NovaNetContents,
pub nika: NikaContents,
pub spn: SpnContents,
}Expand description
Summary of what each subsystem contributed to the backup.
Fields§
§novanet: NovaNetContentsNovaNet backup contents
nika: NikaContentsNika backup contents
spn: SpnContentsspn backup contents
Trait Implementations§
Source§impl Clone for BackupContents
impl Clone for BackupContents
Source§fn clone(&self) -> BackupContents
fn clone(&self) -> BackupContents
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 BackupContents
impl Debug for BackupContents
Source§impl Default for BackupContents
impl Default for BackupContents
Source§fn default() -> BackupContents
fn default() -> BackupContents
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BackupContents
impl RefUnwindSafe for BackupContents
impl Send for BackupContents
impl Sync for BackupContents
impl Unpin for BackupContents
impl UnsafeUnpin for BackupContents
impl UnwindSafe for BackupContents
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