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