Struct aws_sdk_timestreamquery::operation::execute_scheduled_query::ExecuteScheduledQueryOutput   
source · #[non_exhaustive]pub struct ExecuteScheduledQueryOutput { /* private fields */ }Implementations§
source§impl ExecuteScheduledQueryOutput
 
impl ExecuteScheduledQueryOutput
sourcepub fn builder() -> ExecuteScheduledQueryOutputBuilder
 
pub fn builder() -> ExecuteScheduledQueryOutputBuilder
Creates a new builder-style object to manufacture ExecuteScheduledQueryOutput.
Trait Implementations§
source§impl Clone for ExecuteScheduledQueryOutput
 
impl Clone for ExecuteScheduledQueryOutput
source§fn clone(&self) -> ExecuteScheduledQueryOutput
 
fn clone(&self) -> ExecuteScheduledQueryOutput
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 ExecuteScheduledQueryOutput
 
impl Debug for ExecuteScheduledQueryOutput
source§impl PartialEq<ExecuteScheduledQueryOutput> for ExecuteScheduledQueryOutput
 
impl PartialEq<ExecuteScheduledQueryOutput> for ExecuteScheduledQueryOutput
source§fn eq(&self, other: &ExecuteScheduledQueryOutput) -> bool
 
fn eq(&self, other: &ExecuteScheduledQueryOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for ExecuteScheduledQueryOutput
 
impl RequestId for ExecuteScheduledQueryOutput
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 ExecuteScheduledQueryOutput
Auto Trait Implementations§
impl RefUnwindSafe for ExecuteScheduledQueryOutput
impl Send for ExecuteScheduledQueryOutput
impl Sync for ExecuteScheduledQueryOutput
impl Unpin for ExecuteScheduledQueryOutput
impl UnwindSafe for ExecuteScheduledQueryOutput
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