Struct aws_sdk_databrew::output::CreateScheduleOutput
source · [−]#[non_exhaustive]pub struct CreateScheduleOutput { /* private fields */ }
Implementations
sourceimpl CreateScheduleOutput
impl CreateScheduleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateScheduleOutput
.
Trait Implementations
sourceimpl Clone for CreateScheduleOutput
impl Clone for CreateScheduleOutput
sourcefn clone(&self) -> CreateScheduleOutput
fn clone(&self) -> CreateScheduleOutput
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 CreateScheduleOutput
impl Debug for CreateScheduleOutput
sourceimpl PartialEq<CreateScheduleOutput> for CreateScheduleOutput
impl PartialEq<CreateScheduleOutput> for CreateScheduleOutput
sourcefn eq(&self, other: &CreateScheduleOutput) -> bool
fn eq(&self, other: &CreateScheduleOutput) -> bool
impl StructuralPartialEq for CreateScheduleOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateScheduleOutput
impl Send for CreateScheduleOutput
impl Sync for CreateScheduleOutput
impl Unpin for CreateScheduleOutput
impl UnwindSafe for CreateScheduleOutput
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