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