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