pub struct ValueDataBuilder { /* private fields */ }Expand description
Builder for ValueData.
Implementations§
source§impl ValueDataBuilder
impl ValueDataBuilder
sourcepub fn key(&mut self, value: StrBytes) -> &mut Self
pub fn key(&mut self, value: StrBytes) -> &mut Self
The quota configuration key.
Supported API versions: 0-1
sourcepub fn value(&mut self, value: f64) -> &mut Self
pub fn value(&mut self, value: f64) -> &mut Self
The quota configuration value.
Supported API versions: 0-1
Trait Implementations§
source§impl Clone for ValueDataBuilder
impl Clone for ValueDataBuilder
source§fn clone(&self) -> ValueDataBuilder
fn clone(&self) -> ValueDataBuilder
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 more