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