pub struct KeyBlock(pub KeyFormatType, pub Option<KeyCompressionType>, pub Option<KeyValue>, pub Option<CryptographicAlgorithm>, pub Option<CryptographicLength>, pub Option<KeyWrappingData>);
Expand description
See KMIP 1.0 section 2.1.3 Key Block.
Tuple Fields§
§0: KeyFormatType
§1: Option<KeyCompressionType>
§2: Option<KeyValue>
§3: Option<CryptographicAlgorithm>
§4: Option<CryptographicLength>
§5: Option<KeyWrappingData>
Trait Implementations§
impl Eq for KeyBlock
impl StructuralPartialEq for KeyBlock
Auto Trait Implementations§
impl Freeze for KeyBlock
impl RefUnwindSafe for KeyBlock
impl Send for KeyBlock
impl Sync for KeyBlock
impl Unpin for KeyBlock
impl UnwindSafe for KeyBlock
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