pub struct SelectSseCustomerOptions {
pub algorithm: Option<String>,
pub key: Option<String>,
pub key_md5: Option<String>,
}Expand description
SSE-C parameters for encrypted objects.
Fields§
§algorithm: Option<String>§key: Option<String>§key_md5: Option<String>Trait Implementations§
Source§impl Clone for SelectSseCustomerOptions
impl Clone for SelectSseCustomerOptions
Source§fn clone(&self) -> SelectSseCustomerOptions
fn clone(&self) -> SelectSseCustomerOptions
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 SelectSseCustomerOptions
impl Debug for SelectSseCustomerOptions
Source§impl Default for SelectSseCustomerOptions
impl Default for SelectSseCustomerOptions
Source§fn default() -> SelectSseCustomerOptions
fn default() -> SelectSseCustomerOptions
Returns the “default value” for a type. Read more
impl Eq for SelectSseCustomerOptions
Source§impl PartialEq for SelectSseCustomerOptions
impl PartialEq for SelectSseCustomerOptions
Source§fn eq(&self, other: &SelectSseCustomerOptions) -> bool
fn eq(&self, other: &SelectSseCustomerOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SelectSseCustomerOptions
Auto Trait Implementations§
impl Freeze for SelectSseCustomerOptions
impl RefUnwindSafe for SelectSseCustomerOptions
impl Send for SelectSseCustomerOptions
impl Sync for SelectSseCustomerOptions
impl Unpin for SelectSseCustomerOptions
impl UnsafeUnpin for SelectSseCustomerOptions
impl UnwindSafe for SelectSseCustomerOptions
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