pub struct OpDataBuilder { /* private fields */ }
Expand description
Builder for OpData
.
Implementations§
source§impl OpDataBuilder
impl OpDataBuilder
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 value to set, otherwise ignored if the value is to be removed.
Supported API versions: 0-1
sourcepub fn remove(&mut self, value: bool) -> &mut Self
pub fn remove(&mut self, value: bool) -> &mut Self
Whether the quota configuration value should be removed, otherwise set.
Supported API versions: 0-1
Trait Implementations§
source§impl Clone for OpDataBuilder
impl Clone for OpDataBuilder
source§fn clone(&self) -> OpDataBuilder
fn clone(&self) -> OpDataBuilder
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