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