pub struct PrivateKeyTemplateAttribute(pub Option<Vec<Name>>, pub Option<Vec<Attribute>>);
Expand description
See KMIP 1.0 section 2.1.8 Template-Attribute Structures.
Tuple Fields§
§0: Option<Vec<Name>>
§1: Option<Vec<Attribute>>
Implementations§
Trait Implementations§
Source§impl Clone for PrivateKeyTemplateAttribute
impl Clone for PrivateKeyTemplateAttribute
Source§fn clone(&self) -> PrivateKeyTemplateAttribute
fn clone(&self) -> PrivateKeyTemplateAttribute
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 PrivateKeyTemplateAttribute
impl Debug for PrivateKeyTemplateAttribute
impl Eq for PrivateKeyTemplateAttribute
impl StructuralPartialEq for PrivateKeyTemplateAttribute
Auto Trait Implementations§
impl Freeze for PrivateKeyTemplateAttribute
impl RefUnwindSafe for PrivateKeyTemplateAttribute
impl Send for PrivateKeyTemplateAttribute
impl Sync for PrivateKeyTemplateAttribute
impl Unpin for PrivateKeyTemplateAttribute
impl UnwindSafe for PrivateKeyTemplateAttribute
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