pub struct RandomBooleanSelectorConfiguration {
pub feature_true: PlacedFeatureRef,
pub feature_false: PlacedFeatureRef,
}Fields§
§feature_true: PlacedFeatureRef§feature_false: PlacedFeatureRefTrait Implementations§
Source§impl Clone for RandomBooleanSelectorConfiguration
impl Clone for RandomBooleanSelectorConfiguration
Source§fn clone(&self) -> RandomBooleanSelectorConfiguration
fn clone(&self) -> RandomBooleanSelectorConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !RefUnwindSafe for RandomBooleanSelectorConfiguration
impl !UnwindSafe for RandomBooleanSelectorConfiguration
impl Freeze for RandomBooleanSelectorConfiguration
impl Send for RandomBooleanSelectorConfiguration
impl Sync for RandomBooleanSelectorConfiguration
impl Unpin for RandomBooleanSelectorConfiguration
impl UnsafeUnpin for RandomBooleanSelectorConfiguration
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