pub struct ListReverseMoveConfig {
pub variable_name: Option<String>,
}Expand description
Configuration for ListReverseMoveSelector (2-opt).
Fields§
§variable_name: Option<String>Variable name filter. If None, applies to all list variables.
Trait Implementations§
Source§impl Clone for ListReverseMoveConfig
impl Clone for ListReverseMoveConfig
Source§fn clone(&self) -> ListReverseMoveConfig
fn clone(&self) -> ListReverseMoveConfig
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 ListReverseMoveConfig
impl Debug for ListReverseMoveConfig
Source§impl Default for ListReverseMoveConfig
impl Default for ListReverseMoveConfig
Source§fn default() -> ListReverseMoveConfig
fn default() -> ListReverseMoveConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListReverseMoveConfig
impl<'de> Deserialize<'de> for ListReverseMoveConfig
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 ListReverseMoveConfig
impl RefUnwindSafe for ListReverseMoveConfig
impl Send for ListReverseMoveConfig
impl Sync for ListReverseMoveConfig
impl Unpin for ListReverseMoveConfig
impl UnsafeUnpin for ListReverseMoveConfig
impl UnwindSafe for ListReverseMoveConfig
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