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