pub struct KeyHandle { /* private fields */ }Expand description
Key Handle
Represents an esys resource handle for a key.
Implementations
Trait Implementations
sourceimpl From<KeyHandle> for ObjectHandle
impl From<KeyHandle> for ObjectHandle
sourcefn from(handle_self: KeyHandle) -> ObjectHandle
fn from(handle_self: KeyHandle) -> ObjectHandle
Converts to this type from the input type.
sourceimpl From<ObjectHandle> for KeyHandle
impl From<ObjectHandle> for KeyHandle
sourcefn from(handle_other: ObjectHandle) -> KeyHandle
fn from(handle_other: ObjectHandle) -> KeyHandle
Converts to this type from the input type.
impl Copy for KeyHandle
impl Eq for KeyHandle
impl StructuralEq for KeyHandle
impl StructuralPartialEq for KeyHandle
Auto Trait Implementations
impl RefUnwindSafe for KeyHandle
impl Send for KeyHandle
impl Sync for KeyHandle
impl Unpin for KeyHandle
impl UnwindSafe for KeyHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more