pub struct GetSigningKeyParams {
pub key_id: String,
}Expand description
struct for passing parameters to the method KeyLinkApi::get_signing_key
Fields§
§key_id: StringThe unique identifier for the signing key provided by Fireblocks
Implementations§
Source§impl GetSigningKeyParams
impl GetSigningKeyParams
Sourcepub fn builder() -> GetSigningKeyParamsBuilder
pub fn builder() -> GetSigningKeyParamsBuilder
Create an instance of GetSigningKeyParams using the builder syntax
Trait Implementations§
Source§impl Clone for GetSigningKeyParams
impl Clone for GetSigningKeyParams
Source§fn clone(&self) -> GetSigningKeyParams
fn clone(&self) -> GetSigningKeyParams
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 moreAuto Trait Implementations§
impl Freeze for GetSigningKeyParams
impl RefUnwindSafe for GetSigningKeyParams
impl Send for GetSigningKeyParams
impl Sync for GetSigningKeyParams
impl Unpin for GetSigningKeyParams
impl UnsafeUnpin for GetSigningKeyParams
impl UnwindSafe for GetSigningKeyParams
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