Struct tss_esapi::abstraction::DefaultKey
source · pub struct DefaultKey;
Trait Implementations§
source§impl Clone for DefaultKey
impl Clone for DefaultKey
source§fn clone(&self) -> DefaultKey
fn clone(&self) -> DefaultKey
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 DefaultKey
impl Debug for DefaultKey
source§impl IntoKeyCustomization for DefaultKey
impl IntoKeyCustomization for DefaultKey
type T = DefaultKeyImpl
fn into_key_customization(self) -> Option<Self::T>
impl Copy for DefaultKey
Auto Trait Implementations§
impl Freeze for DefaultKey
impl RefUnwindSafe for DefaultKey
impl Send for DefaultKey
impl Sync for DefaultKey
impl Unpin for DefaultKey
impl UnwindSafe for DefaultKey
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