#[non_exhaustive]pub struct DeleteSchedulingPolicyOutput { /* private fields */ }
Implementations§
source§impl DeleteSchedulingPolicyOutput
impl DeleteSchedulingPolicyOutput
sourcepub fn builder() -> DeleteSchedulingPolicyOutputBuilder
pub fn builder() -> DeleteSchedulingPolicyOutputBuilder
Creates a new builder-style object to manufacture DeleteSchedulingPolicyOutput
.
Trait Implementations§
source§impl Clone for DeleteSchedulingPolicyOutput
impl Clone for DeleteSchedulingPolicyOutput
source§fn clone(&self) -> DeleteSchedulingPolicyOutput
fn clone(&self) -> DeleteSchedulingPolicyOutput
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 moresource§impl Debug for DeleteSchedulingPolicyOutput
impl Debug for DeleteSchedulingPolicyOutput
source§impl PartialEq<DeleteSchedulingPolicyOutput> for DeleteSchedulingPolicyOutput
impl PartialEq<DeleteSchedulingPolicyOutput> for DeleteSchedulingPolicyOutput
source§fn eq(&self, other: &DeleteSchedulingPolicyOutput) -> bool
fn eq(&self, other: &DeleteSchedulingPolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteSchedulingPolicyOutput
impl RequestId for DeleteSchedulingPolicyOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteSchedulingPolicyOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSchedulingPolicyOutput
impl Send for DeleteSchedulingPolicyOutput
impl Sync for DeleteSchedulingPolicyOutput
impl Unpin for DeleteSchedulingPolicyOutput
impl UnwindSafe for DeleteSchedulingPolicyOutput
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