pub struct CartesianProductConfig {
pub selectors: Vec<MoveSelectorConfig>,
}Expand description
Cartesian product move selector configuration.
Fields§
§selectors: Vec<MoveSelectorConfig>Child selectors.
Trait Implementations§
Source§impl Clone for CartesianProductConfig
impl Clone for CartesianProductConfig
Source§fn clone(&self) -> CartesianProductConfig
fn clone(&self) -> CartesianProductConfig
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 moreSource§impl Debug for CartesianProductConfig
impl Debug for CartesianProductConfig
Source§impl Default for CartesianProductConfig
impl Default for CartesianProductConfig
Source§fn default() -> CartesianProductConfig
fn default() -> CartesianProductConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CartesianProductConfig
impl<'de> Deserialize<'de> for CartesianProductConfig
Source§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 Freeze for CartesianProductConfig
impl RefUnwindSafe for CartesianProductConfig
impl Send for CartesianProductConfig
impl Sync for CartesianProductConfig
impl Unpin for CartesianProductConfig
impl UnwindSafe for CartesianProductConfig
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