pub struct PublicKeyTemplateAttribute(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 PublicKeyTemplateAttribute
impl Clone for PublicKeyTemplateAttribute
Source§fn clone(&self) -> PublicKeyTemplateAttribute
fn clone(&self) -> PublicKeyTemplateAttribute
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 PublicKeyTemplateAttribute
impl Debug for PublicKeyTemplateAttribute
impl Eq for PublicKeyTemplateAttribute
impl StructuralPartialEq for PublicKeyTemplateAttribute
Auto Trait Implementations§
impl Freeze for PublicKeyTemplateAttribute
impl RefUnwindSafe for PublicKeyTemplateAttribute
impl Send for PublicKeyTemplateAttribute
impl Sync for PublicKeyTemplateAttribute
impl Unpin for PublicKeyTemplateAttribute
impl UnwindSafe for PublicKeyTemplateAttribute
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