Struct aws_sdk_codestar::input::DescribeUserProfileInput
source · [−]#[non_exhaustive]pub struct DescribeUserProfileInput { /* private fields */ }Implementations
sourceimpl DescribeUserProfileInput
impl DescribeUserProfileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUserProfile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUserProfile, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeUserProfile>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeUserProfileInput.
Trait Implementations
sourceimpl Clone for DescribeUserProfileInput
impl Clone for DescribeUserProfileInput
sourcefn clone(&self) -> DescribeUserProfileInput
fn clone(&self) -> DescribeUserProfileInput
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 DescribeUserProfileInput
impl Debug for DescribeUserProfileInput
sourceimpl PartialEq<DescribeUserProfileInput> for DescribeUserProfileInput
impl PartialEq<DescribeUserProfileInput> for DescribeUserProfileInput
sourcefn eq(&self, other: &DescribeUserProfileInput) -> bool
fn eq(&self, other: &DescribeUserProfileInput) -> bool
impl StructuralPartialEq for DescribeUserProfileInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeUserProfileInput
impl Send for DescribeUserProfileInput
impl Sync for DescribeUserProfileInput
impl Unpin for DescribeUserProfileInput
impl UnwindSafe for DescribeUserProfileInput
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