Struct aws_sdk_evidently::operation::get_segment::GetSegmentInput
source · #[non_exhaustive]pub struct GetSegmentInput { /* private fields */ }
Implementations§
source§impl GetSegmentInput
impl GetSegmentInput
sourcepub fn builder() -> GetSegmentInputBuilder
pub fn builder() -> GetSegmentInputBuilder
Creates a new builder-style object to manufacture GetSegmentInput
.
source§impl GetSegmentInput
impl GetSegmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSegment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetSegment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSegment
>
Trait Implementations§
source§impl Clone for GetSegmentInput
impl Clone for GetSegmentInput
source§fn clone(&self) -> GetSegmentInput
fn clone(&self) -> GetSegmentInput
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 GetSegmentInput
impl Debug for GetSegmentInput
source§impl PartialEq<GetSegmentInput> for GetSegmentInput
impl PartialEq<GetSegmentInput> for GetSegmentInput
source§fn eq(&self, other: &GetSegmentInput) -> bool
fn eq(&self, other: &GetSegmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetSegmentInput
Auto Trait Implementations§
impl RefUnwindSafe for GetSegmentInput
impl Send for GetSegmentInput
impl Sync for GetSegmentInput
impl Unpin for GetSegmentInput
impl UnwindSafe for GetSegmentInput
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