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