Struct aws_sdk_databrew::input::DeleteScheduleInput
source · [−]#[non_exhaustive]pub struct DeleteScheduleInput { /* private fields */ }
Implementations
sourceimpl DeleteScheduleInput
impl DeleteScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSchedule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteScheduleInput
.
Trait Implementations
sourceimpl Clone for DeleteScheduleInput
impl Clone for DeleteScheduleInput
sourcefn clone(&self) -> DeleteScheduleInput
fn clone(&self) -> DeleteScheduleInput
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 DeleteScheduleInput
impl Debug for DeleteScheduleInput
sourceimpl PartialEq<DeleteScheduleInput> for DeleteScheduleInput
impl PartialEq<DeleteScheduleInput> for DeleteScheduleInput
sourcefn eq(&self, other: &DeleteScheduleInput) -> bool
fn eq(&self, other: &DeleteScheduleInput) -> bool
impl StructuralPartialEq for DeleteScheduleInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteScheduleInput
impl Send for DeleteScheduleInput
impl Sync for DeleteScheduleInput
impl Unpin for DeleteScheduleInput
impl UnwindSafe for DeleteScheduleInput
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