Struct aws_sdk_quicksight::model::IntegerParameter
source · [−]#[non_exhaustive]pub struct IntegerParameter { /* private fields */ }Expand description
An integer parameter.
Implementations
sourceimpl IntegerParameter
impl IntegerParameter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IntegerParameter.
Trait Implementations
sourceimpl Clone for IntegerParameter
impl Clone for IntegerParameter
sourcefn clone(&self) -> IntegerParameter
fn clone(&self) -> IntegerParameter
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 IntegerParameter
impl Debug for IntegerParameter
sourceimpl PartialEq<IntegerParameter> for IntegerParameter
impl PartialEq<IntegerParameter> for IntegerParameter
sourcefn eq(&self, other: &IntegerParameter) -> bool
fn eq(&self, other: &IntegerParameter) -> bool
impl StructuralPartialEq for IntegerParameter
Auto Trait Implementations
impl RefUnwindSafe for IntegerParameter
impl Send for IntegerParameter
impl Sync for IntegerParameter
impl Unpin for IntegerParameter
impl UnwindSafe for IntegerParameter
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