pub struct GetKeyParams {
pub key_id: i64,
}
Expand description
struct for passing parameters to the method [get_key
]
Fields§
§key_id: i64
The ID of the key to retrieve
Trait Implementations§
Source§impl Clone for GetKeyParams
impl Clone for GetKeyParams
Source§fn clone(&self) -> GetKeyParams
fn clone(&self) -> GetKeyParams
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GetKeyParams
impl RefUnwindSafe for GetKeyParams
impl Send for GetKeyParams
impl Sync for GetKeyParams
impl Unpin for GetKeyParams
impl UnwindSafe for GetKeyParams
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