Struct tss_esapi::abstraction::DefaultKeyImpl
source · pub struct DefaultKeyImpl;
Trait Implementations§
source§impl Clone for DefaultKeyImpl
impl Clone for DefaultKeyImpl
source§fn clone(&self) -> DefaultKeyImpl
fn clone(&self) -> DefaultKeyImpl
Returns a copy 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 DefaultKeyImpl
impl Debug for DefaultKeyImpl
source§impl KeyCustomization for DefaultKeyImpl
impl KeyCustomization for DefaultKeyImpl
source§fn attributes(
&self,
attributes_builder: ObjectAttributesBuilder
) -> ObjectAttributesBuilder
fn attributes( &self, attributes_builder: ObjectAttributesBuilder ) -> ObjectAttributesBuilder
Alter the attributes used on key creation
source§fn template(&self, template_builder: PublicBuilder) -> PublicBuilder
fn template(&self, template_builder: PublicBuilder) -> PublicBuilder
Alter the key template used on key creation
impl Copy for DefaultKeyImpl
Auto Trait Implementations§
impl Freeze for DefaultKeyImpl
impl RefUnwindSafe for DefaultKeyImpl
impl Send for DefaultKeyImpl
impl Sync for DefaultKeyImpl
impl Unpin for DefaultKeyImpl
impl UnwindSafe for DefaultKeyImpl
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