pub struct BackupDownloadResult {
pub file: String,
pub type: String,
}Expand description
ign backup download output model — all keys always.
Fields§
§file: StringThe file written (as resolved: the -o override, the
gateway’s Content-Disposition basename, or the
<stem>-backup.gwbk fallback).
type: StringThe backup type requested (roaming | all — the wire
value, agent-stable).
Trait Implementations§
Source§impl Debug for BackupDownloadResult
impl Debug for BackupDownloadResult
Auto Trait Implementations§
impl Freeze for BackupDownloadResult
impl RefUnwindSafe for BackupDownloadResult
impl Send for BackupDownloadResult
impl Sync for BackupDownloadResult
impl Unpin for BackupDownloadResult
impl UnsafeUnpin for BackupDownloadResult
impl UnwindSafe for BackupDownloadResult
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