Struct aws_sdk_emr::input::ListStudiosInput
source · [−]#[non_exhaustive]pub struct ListStudiosInput { /* private fields */ }Implementations
sourceimpl ListStudiosInput
impl ListStudiosInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListStudios, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListStudios, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListStudios>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListStudiosInput.
Trait Implementations
sourceimpl Clone for ListStudiosInput
impl Clone for ListStudiosInput
sourcefn clone(&self) -> ListStudiosInput
fn clone(&self) -> ListStudiosInput
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 ListStudiosInput
impl Debug for ListStudiosInput
sourceimpl PartialEq<ListStudiosInput> for ListStudiosInput
impl PartialEq<ListStudiosInput> for ListStudiosInput
sourcefn eq(&self, other: &ListStudiosInput) -> bool
fn eq(&self, other: &ListStudiosInput) -> bool
impl StructuralPartialEq for ListStudiosInput
Auto Trait Implementations
impl RefUnwindSafe for ListStudiosInput
impl Send for ListStudiosInput
impl Sync for ListStudiosInput
impl Unpin for ListStudiosInput
impl UnwindSafe for ListStudiosInput
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