Struct aws_sdk_quicksight::output::DeleteTemplateOutput
source · [−]#[non_exhaustive]pub struct DeleteTemplateOutput { /* private fields */ }Implementations
sourceimpl DeleteTemplateOutput
impl DeleteTemplateOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourcepub fn template_id(&self) -> Option<&str>
pub fn template_id(&self) -> Option<&str>
An ID for the template.
sourceimpl DeleteTemplateOutput
impl DeleteTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteTemplateOutput.
Trait Implementations
sourceimpl Clone for DeleteTemplateOutput
impl Clone for DeleteTemplateOutput
sourcefn clone(&self) -> DeleteTemplateOutput
fn clone(&self) -> DeleteTemplateOutput
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 DeleteTemplateOutput
impl Debug for DeleteTemplateOutput
sourceimpl PartialEq<DeleteTemplateOutput> for DeleteTemplateOutput
impl PartialEq<DeleteTemplateOutput> for DeleteTemplateOutput
sourcefn eq(&self, other: &DeleteTemplateOutput) -> bool
fn eq(&self, other: &DeleteTemplateOutput) -> bool
impl StructuralPartialEq for DeleteTemplateOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteTemplateOutput
impl Send for DeleteTemplateOutput
impl Sync for DeleteTemplateOutput
impl Unpin for DeleteTemplateOutput
impl UnwindSafe for DeleteTemplateOutput
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