#[non_exhaustive]pub struct DeleteProgramOutput { /* private fields */ }Implementations§
source§impl DeleteProgramOutput
impl DeleteProgramOutput
sourcepub fn builder() -> DeleteProgramOutputBuilder
pub fn builder() -> DeleteProgramOutputBuilder
Creates a new builder-style object to manufacture DeleteProgramOutput.
Trait Implementations§
source§impl Clone for DeleteProgramOutput
impl Clone for DeleteProgramOutput
source§fn clone(&self) -> DeleteProgramOutput
fn clone(&self) -> DeleteProgramOutput
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 DeleteProgramOutput
impl Debug for DeleteProgramOutput
source§impl PartialEq for DeleteProgramOutput
impl PartialEq for DeleteProgramOutput
source§fn eq(&self, other: &DeleteProgramOutput) -> bool
fn eq(&self, other: &DeleteProgramOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteProgramOutput
impl RequestId for DeleteProgramOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DeleteProgramOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteProgramOutput
impl Send for DeleteProgramOutput
impl Sync for DeleteProgramOutput
impl Unpin for DeleteProgramOutput
impl UnwindSafe for DeleteProgramOutput
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