pub struct SseCustomerKey(/* private fields */);Expand description
A 256-bit SSE-C key whose formatting never reveals key material.
Implementations§
Trait Implementations§
Source§impl Clone for SseCustomerKey
impl Clone for SseCustomerKey
Source§fn clone(&self) -> SseCustomerKey
fn clone(&self) -> SseCustomerKey
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 SseCustomerKey
impl Debug for SseCustomerKey
impl Eq for SseCustomerKey
Source§impl PartialEq for SseCustomerKey
impl PartialEq for SseCustomerKey
impl StructuralPartialEq for SseCustomerKey
Auto Trait Implementations§
impl Freeze for SseCustomerKey
impl RefUnwindSafe for SseCustomerKey
impl Send for SseCustomerKey
impl Sync for SseCustomerKey
impl Unpin for SseCustomerKey
impl UnsafeUnpin for SseCustomerKey
impl UnwindSafe for SseCustomerKey
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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