pub struct CreateValidateParams {
pub body: AgentAdminValidateCredentialRequest,
}Fields§
§body: AgentAdminValidateCredentialRequestRequest body sent with this call.
Required.
Implementations§
Source§impl CreateValidateParams
impl CreateValidateParams
Sourcepub fn new(body: AgentAdminValidateCredentialRequest) -> Self
pub fn new(body: AgentAdminValidateCredentialRequest) -> Self
Construct a new CreateValidateParams with the required fields set.
Trait Implementations§
Source§impl Clone for CreateValidateParams
impl Clone for CreateValidateParams
Source§fn clone(&self) -> CreateValidateParams
fn clone(&self) -> CreateValidateParams
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 CreateValidateParams
impl Debug for CreateValidateParams
Auto Trait Implementations§
impl Freeze for CreateValidateParams
impl RefUnwindSafe for CreateValidateParams
impl Send for CreateValidateParams
impl Sync for CreateValidateParams
impl Unpin for CreateValidateParams
impl UnsafeUnpin for CreateValidateParams
impl UnwindSafe for CreateValidateParams
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