pub struct NikaContents {
pub workflow_files: u32,
pub session_count: u32,
pub trace_count: u32,
}Expand description
Nika-specific backup contents.
Fields§
§workflow_files: u32Number of workflow YAML files backed up
session_count: u32Number of chat sessions backed up
trace_count: u32Number of execution traces backed up
Trait Implementations§
Source§impl Clone for NikaContents
impl Clone for NikaContents
Source§fn clone(&self) -> NikaContents
fn clone(&self) -> NikaContents
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 NikaContents
impl Debug for NikaContents
Source§impl Default for NikaContents
impl Default for NikaContents
Source§fn default() -> NikaContents
fn default() -> NikaContents
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NikaContents
impl RefUnwindSafe for NikaContents
impl Send for NikaContents
impl Sync for NikaContents
impl Unpin for NikaContents
impl UnsafeUnpin for NikaContents
impl UnwindSafe for NikaContents
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