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