Struct aws_sdk_scheduler::operation::get_schedule::GetScheduleInput
source · #[non_exhaustive]pub struct GetScheduleInput { /* private fields */ }Implementations§
source§impl GetScheduleInput
impl GetScheduleInput
sourcepub fn builder() -> GetScheduleInputBuilder
pub fn builder() -> GetScheduleInputBuilder
Creates a new builder-style object to manufacture GetScheduleInput.
source§impl GetScheduleInput
impl GetScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSchedule>
Trait Implementations§
source§impl Clone for GetScheduleInput
impl Clone for GetScheduleInput
source§fn clone(&self) -> GetScheduleInput
fn clone(&self) -> GetScheduleInput
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 GetScheduleInput
impl Debug for GetScheduleInput
source§impl PartialEq<GetScheduleInput> for GetScheduleInput
impl PartialEq<GetScheduleInput> for GetScheduleInput
source§fn eq(&self, other: &GetScheduleInput) -> bool
fn eq(&self, other: &GetScheduleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetScheduleInput
Auto Trait Implementations§
impl RefUnwindSafe for GetScheduleInput
impl Send for GetScheduleInput
impl Sync for GetScheduleInput
impl Unpin for GetScheduleInput
impl UnwindSafe for GetScheduleInput
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