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