pub struct GetResendJobStatusParams {
pub webhook_id: String,
pub job_id: String,
}Expand description
struct for passing parameters to the method
WebhooksV2Api::get_resend_job_status
Fields§
§webhook_id: StringThe ID of the webhook
job_id: StringThe ID of the resend job
Implementations§
Source§impl GetResendJobStatusParams
impl GetResendJobStatusParams
Sourcepub fn builder() -> GetResendJobStatusParamsBuilder
pub fn builder() -> GetResendJobStatusParamsBuilder
Create an instance of GetResendJobStatusParams using the builder syntax
Trait Implementations§
Source§impl Clone for GetResendJobStatusParams
impl Clone for GetResendJobStatusParams
Source§fn clone(&self) -> GetResendJobStatusParams
fn clone(&self) -> GetResendJobStatusParams
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 GetResendJobStatusParams
impl RefUnwindSafe for GetResendJobStatusParams
impl Send for GetResendJobStatusParams
impl Sync for GetResendJobStatusParams
impl Unpin for GetResendJobStatusParams
impl UnwindSafe for GetResendJobStatusParams
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