pub struct GetKeyRequest {
pub key_id: String,
}Expand description
An outgoing get key request.
Fields§
§key_id: StringThe unique id of the key to get.
Implementations§
Trait Implementations§
Source§impl Clone for GetKeyRequest
impl Clone for GetKeyRequest
Source§fn clone(&self) -> GetKeyRequest
fn clone(&self) -> GetKeyRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetKeyRequest
impl Debug for GetKeyRequest
Auto Trait Implementations§
impl Freeze for GetKeyRequest
impl RefUnwindSafe for GetKeyRequest
impl Send for GetKeyRequest
impl Sync for GetKeyRequest
impl Unpin for GetKeyRequest
impl UnsafeUnpin for GetKeyRequest
impl UnwindSafe for GetKeyRequest
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