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