pub struct Rollout { /* private fields */ }
Expand description
Rollout describes how users will be bucketed into variations during a percentage rollout.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Rollout
impl UnwindSafe for Rollout
Blanket Implementations
Mutably borrows from an owned value. Read more