Struct aws_sdk_quicksight::types::IntegerParameter
source · #[non_exhaustive]pub struct IntegerParameter { /* private fields */ }Expand description
An integer parameter.
Implementations§
source§impl IntegerParameter
impl IntegerParameter
sourcepub fn builder() -> IntegerParameterBuilder
pub fn builder() -> IntegerParameterBuilder
Creates a new builder-style object to manufacture IntegerParameter.
Trait Implementations§
source§impl Clone for IntegerParameter
impl Clone for IntegerParameter
source§fn clone(&self) -> IntegerParameter
fn clone(&self) -> IntegerParameter
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 IntegerParameter
impl Debug for IntegerParameter
source§impl PartialEq<IntegerParameter> for IntegerParameter
impl PartialEq<IntegerParameter> for IntegerParameter
source§fn eq(&self, other: &IntegerParameter) -> bool
fn eq(&self, other: &IntegerParameter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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