#[repr(C)]pub enum CredentialKey {
Symmetric(BytesKeyAES128),
EC2Compact(BytesKeyEC2),
}Variants§
Symmetric(BytesKeyAES128)
EC2Compact(BytesKeyEC2)
Trait Implementations§
Source§impl Clone for CredentialKey
impl Clone for CredentialKey
Source§fn clone(&self) -> CredentialKey
fn clone(&self) -> CredentialKey
Returns a duplicate 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 CredentialKey
impl Debug for CredentialKey
Source§impl PartialEq for CredentialKey
impl PartialEq for CredentialKey
impl Copy for CredentialKey
impl StructuralPartialEq for CredentialKey
Auto Trait Implementations§
impl Freeze for CredentialKey
impl RefUnwindSafe for CredentialKey
impl Send for CredentialKey
impl Sync for CredentialKey
impl Unpin for CredentialKey
impl UnwindSafe for CredentialKey
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