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