pub struct SseCustomerKey { /* private fields */ }Expand description
Server-side encryption - customer key type.
Implementations§
Source§impl SseCustomerKey
impl SseCustomerKey
pub fn new(key: &str) -> Result<Self, ValueError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SseCustomerKey
impl RefUnwindSafe for SseCustomerKey
impl Send for SseCustomerKey
impl Sync for SseCustomerKey
impl Unpin for SseCustomerKey
impl UnwindSafe for SseCustomerKey
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