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