Struct aws_sdk_scheduler::operation::delete_schedule_group::builders::DeleteScheduleGroupOutputBuilder
source · #[non_exhaustive]pub struct DeleteScheduleGroupOutputBuilder { /* private fields */ }Expand description
A builder for DeleteScheduleGroupOutput.
Implementations§
source§impl DeleteScheduleGroupOutputBuilder
impl DeleteScheduleGroupOutputBuilder
sourcepub fn build(self) -> DeleteScheduleGroupOutput
pub fn build(self) -> DeleteScheduleGroupOutput
Consumes the builder and constructs a DeleteScheduleGroupOutput.
Trait Implementations§
source§impl Clone for DeleteScheduleGroupOutputBuilder
impl Clone for DeleteScheduleGroupOutputBuilder
source§fn clone(&self) -> DeleteScheduleGroupOutputBuilder
fn clone(&self) -> DeleteScheduleGroupOutputBuilder
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 Default for DeleteScheduleGroupOutputBuilder
impl Default for DeleteScheduleGroupOutputBuilder
source§fn default() -> DeleteScheduleGroupOutputBuilder
fn default() -> DeleteScheduleGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteScheduleGroupOutputBuilder> for DeleteScheduleGroupOutputBuilder
impl PartialEq<DeleteScheduleGroupOutputBuilder> for DeleteScheduleGroupOutputBuilder
source§fn eq(&self, other: &DeleteScheduleGroupOutputBuilder) -> bool
fn eq(&self, other: &DeleteScheduleGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteScheduleGroupOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteScheduleGroupOutputBuilder
impl Send for DeleteScheduleGroupOutputBuilder
impl Sync for DeleteScheduleGroupOutputBuilder
impl Unpin for DeleteScheduleGroupOutputBuilder
impl UnwindSafe for DeleteScheduleGroupOutputBuilder
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