pub struct GetValidationKeyParams {
pub key_id: String,
}
Expand description
struct for passing parameters to the method [get_validation_key
]
Fields§
§key_id: String
Implementations§
Source§impl GetValidationKeyParams
impl GetValidationKeyParams
Sourcepub fn builder() -> GetValidationKeyParamsBuilder
pub fn builder() -> GetValidationKeyParamsBuilder
Create an instance of GetValidationKeyParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetValidationKeyParams
impl Clone for GetValidationKeyParams
Source§fn clone(&self) -> GetValidationKeyParams
fn clone(&self) -> GetValidationKeyParams
Returns a copy 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 GetValidationKeyParams
impl RefUnwindSafe for GetValidationKeyParams
impl Send for GetValidationKeyParams
impl Sync for GetValidationKeyParams
impl Unpin for GetValidationKeyParams
impl UnwindSafe for GetValidationKeyParams
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