pub struct SpnContents {
pub has_config: bool,
pub has_mcp_yaml: bool,
pub has_jobs: bool,
}Expand description
spn-specific backup contents.
Fields§
§has_config: boolWhether config.toml was backed up
has_mcp_yaml: boolWhether mcp.yaml was backed up
has_jobs: boolWhether jobs.json was backed up
Trait Implementations§
Source§impl Clone for SpnContents
impl Clone for SpnContents
Source§fn clone(&self) -> SpnContents
fn clone(&self) -> SpnContents
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 SpnContents
impl Debug for SpnContents
Source§impl Default for SpnContents
impl Default for SpnContents
Source§fn default() -> SpnContents
fn default() -> SpnContents
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SpnContents
impl RefUnwindSafe for SpnContents
impl Send for SpnContents
impl Sync for SpnContents
impl Unpin for SpnContents
impl UnsafeUnpin for SpnContents
impl UnwindSafe for SpnContents
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