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