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