#[non_exhaustive]pub struct CancelResourceRequestInput { /* private fields */ }Implementations
sourceimpl CancelResourceRequestInput
impl CancelResourceRequestInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelResourceRequest, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelResourceRequest, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelResourceRequest>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelResourceRequestInput.
sourceimpl CancelResourceRequestInput
impl CancelResourceRequestInput
sourcepub fn request_token(&self) -> Option<&str>
pub fn request_token(&self) -> Option<&str>
The RequestToken of the ProgressEvent object returned by the resource operation request.
Trait Implementations
sourceimpl Clone for CancelResourceRequestInput
impl Clone for CancelResourceRequestInput
sourcefn clone(&self) -> CancelResourceRequestInput
fn clone(&self) -> CancelResourceRequestInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CancelResourceRequestInput
impl Debug for CancelResourceRequestInput
sourceimpl PartialEq<CancelResourceRequestInput> for CancelResourceRequestInput
impl PartialEq<CancelResourceRequestInput> for CancelResourceRequestInput
sourcefn eq(&self, other: &CancelResourceRequestInput) -> bool
fn eq(&self, other: &CancelResourceRequestInput) -> bool
impl StructuralPartialEq for CancelResourceRequestInput
Auto Trait Implementations
impl RefUnwindSafe for CancelResourceRequestInput
impl Send for CancelResourceRequestInput
impl Sync for CancelResourceRequestInput
impl Unpin for CancelResourceRequestInput
impl UnwindSafe for CancelResourceRequestInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more