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