#[non_exhaustive]pub struct CheckCapacityOutputBuilder { /* private fields */ }
Expand description
A builder for CheckCapacityOutput
.
Implementations§
source§impl CheckCapacityOutputBuilder
impl CheckCapacityOutputBuilder
sourcepub fn set_capacity(self, input: Option<i64>) -> Self
pub fn set_capacity(self, input: Option<i64>) -> Self
The capacity required by the rules and scope.
sourcepub fn get_capacity(&self) -> &Option<i64>
pub fn get_capacity(&self) -> &Option<i64>
The capacity required by the rules and scope.
sourcepub fn build(self) -> CheckCapacityOutput
pub fn build(self) -> CheckCapacityOutput
Consumes the builder and constructs a CheckCapacityOutput
.
Trait Implementations§
source§impl Clone for CheckCapacityOutputBuilder
impl Clone for CheckCapacityOutputBuilder
source§fn clone(&self) -> CheckCapacityOutputBuilder
fn clone(&self) -> CheckCapacityOutputBuilder
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 CheckCapacityOutputBuilder
impl Debug for CheckCapacityOutputBuilder
source§impl Default for CheckCapacityOutputBuilder
impl Default for CheckCapacityOutputBuilder
source§fn default() -> CheckCapacityOutputBuilder
fn default() -> CheckCapacityOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CheckCapacityOutputBuilder
impl PartialEq for CheckCapacityOutputBuilder
source§fn eq(&self, other: &CheckCapacityOutputBuilder) -> bool
fn eq(&self, other: &CheckCapacityOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CheckCapacityOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CheckCapacityOutputBuilder
impl Send for CheckCapacityOutputBuilder
impl Sync for CheckCapacityOutputBuilder
impl Unpin for CheckCapacityOutputBuilder
impl UnwindSafe for CheckCapacityOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.