pub struct SnapshotOptions {
pub compression: Compression,
pub encryption: Option<SnapshotEncryption>,
}Fields§
§compression: Compression§encryption: Option<SnapshotEncryption>Trait Implementations§
Source§impl Clone for SnapshotOptions
impl Clone for SnapshotOptions
Source§fn clone(&self) -> SnapshotOptions
fn clone(&self) -> SnapshotOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SnapshotOptions
impl Debug for SnapshotOptions
Source§impl Default for SnapshotOptions
impl Default for SnapshotOptions
Source§impl PartialEq for SnapshotOptions
impl PartialEq for SnapshotOptions
Source§fn eq(&self, other: &SnapshotOptions) -> bool
fn eq(&self, other: &SnapshotOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SnapshotOptions
impl StructuralPartialEq for SnapshotOptions
Auto Trait Implementations§
impl Freeze for SnapshotOptions
impl RefUnwindSafe for SnapshotOptions
impl Send for SnapshotOptions
impl Sync for SnapshotOptions
impl Unpin for SnapshotOptions
impl UnsafeUnpin for SnapshotOptions
impl UnwindSafe for SnapshotOptions
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