#[non_exhaustive]pub struct DeleteScheduleGroupOutput {}Implementations§
source§impl DeleteScheduleGroupOutput
impl DeleteScheduleGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteScheduleGroupOutput.
Trait Implementations§
source§impl Clone for DeleteScheduleGroupOutput
impl Clone for DeleteScheduleGroupOutput
source§fn clone(&self) -> DeleteScheduleGroupOutput
fn clone(&self) -> DeleteScheduleGroupOutput
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 DeleteScheduleGroupOutput
impl Debug for DeleteScheduleGroupOutput
source§impl PartialEq<DeleteScheduleGroupOutput> for DeleteScheduleGroupOutput
impl PartialEq<DeleteScheduleGroupOutput> for DeleteScheduleGroupOutput
source§fn eq(&self, other: &DeleteScheduleGroupOutput) -> bool
fn eq(&self, other: &DeleteScheduleGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.