pub struct KeyHandle { /* private fields */ }
Expand description
Key Handle
Represents an esys resource handle for a key.
Implementations§
Trait Implementations§
source§impl From<KeyHandle> for ObjectHandle
impl From<KeyHandle> for ObjectHandle
source§fn from(handle_self: KeyHandle) -> ObjectHandle
fn from(handle_self: KeyHandle) -> ObjectHandle
Converts to this type from the input type.
source§impl From<ObjectHandle> for KeyHandle
impl From<ObjectHandle> for KeyHandle
source§fn from(handle_other: ObjectHandle) -> KeyHandle
fn from(handle_other: ObjectHandle) -> KeyHandle
Converts to this type from the input type.
source§impl PartialEq for KeyHandle
impl PartialEq for KeyHandle
impl Copy for KeyHandle
impl Eq for KeyHandle
impl StructuralPartialEq for KeyHandle
Auto Trait Implementations§
impl Freeze for KeyHandle
impl RefUnwindSafe for KeyHandle
impl Send for KeyHandle
impl Sync for KeyHandle
impl Unpin for KeyHandle
impl UnwindSafe for KeyHandle
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