pub struct ArchiveFilesRequest {
pub file_selection: FileSelection,
pub service_selection: FileServiceSelection,
}
Fields§
§file_selection: FileSelection
§service_selection: FileServiceSelection
Trait Implementations§
Source§impl Clone for ArchiveFilesRequest
impl Clone for ArchiveFilesRequest
Source§fn clone(&self) -> ArchiveFilesRequest
fn clone(&self) -> ArchiveFilesRequest
Returns a copy 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 ArchiveFilesRequest
impl Debug for ArchiveFilesRequest
Auto Trait Implementations§
impl Freeze for ArchiveFilesRequest
impl RefUnwindSafe for ArchiveFilesRequest
impl Send for ArchiveFilesRequest
impl Sync for ArchiveFilesRequest
impl Unpin for ArchiveFilesRequest
impl UnwindSafe for ArchiveFilesRequest
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