pub struct SimpleRandomSelectorConfiguration {
pub features: Vec<PlacedFeatureRef>,
}Fields§
§features: Vec<PlacedFeatureRef>Trait Implementations§
Source§impl Clone for SimpleRandomSelectorConfiguration
impl Clone for SimpleRandomSelectorConfiguration
Source§fn clone(&self) -> SimpleRandomSelectorConfiguration
fn clone(&self) -> SimpleRandomSelectorConfiguration
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 SimpleRandomSelectorConfiguration
impl !UnwindSafe for SimpleRandomSelectorConfiguration
impl Freeze for SimpleRandomSelectorConfiguration
impl Send for SimpleRandomSelectorConfiguration
impl Sync for SimpleRandomSelectorConfiguration
impl Unpin for SimpleRandomSelectorConfiguration
impl UnsafeUnpin for SimpleRandomSelectorConfiguration
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