pub struct ListPermuteMoveConfig {
pub min_window_size: usize,
pub max_window_size: usize,
pub target: VariableTargetConfig,
}Fields§
§min_window_size: usize§max_window_size: usize§target: VariableTargetConfigTrait Implementations§
Source§impl Clone for ListPermuteMoveConfig
impl Clone for ListPermuteMoveConfig
Source§fn clone(&self) -> ListPermuteMoveConfig
fn clone(&self) -> ListPermuteMoveConfig
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 moreSource§impl Debug for ListPermuteMoveConfig
impl Debug for ListPermuteMoveConfig
Source§impl Default for ListPermuteMoveConfig
impl Default for ListPermuteMoveConfig
Source§impl<'de> Deserialize<'de> for ListPermuteMoveConfig
impl<'de> Deserialize<'de> for ListPermuteMoveConfig
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 ListPermuteMoveConfig
impl RefUnwindSafe for ListPermuteMoveConfig
impl Send for ListPermuteMoveConfig
impl Sync for ListPermuteMoveConfig
impl Unpin for ListPermuteMoveConfig
impl UnsafeUnpin for ListPermuteMoveConfig
impl UnwindSafe for ListPermuteMoveConfig
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