pub struct FlagConfig {
pub rollout: u8,
pub variants: Option<HashMap<String, Vec<String>>>,
}Fields§
§rollout: u8§variants: Option<HashMap<String, Vec<String>>>Trait Implementations§
Source§impl Clone for FlagConfig
impl Clone for FlagConfig
Source§fn clone(&self) -> FlagConfig
fn clone(&self) -> FlagConfig
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for FlagConfig
impl RefUnwindSafe for FlagConfig
impl Send for FlagConfig
impl Sync for FlagConfig
impl Unpin for FlagConfig
impl UnsafeUnpin for FlagConfig
impl UnwindSafe for FlagConfig
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