pub struct PillarChangeMoveConfig {
pub minimum_sub_pillar_size: usize,
pub maximum_sub_pillar_size: usize,
pub target: VariableTargetConfig,
}Fields§
§minimum_sub_pillar_size: usize§maximum_sub_pillar_size: usize§target: VariableTargetConfigTrait Implementations§
Source§impl Clone for PillarChangeMoveConfig
impl Clone for PillarChangeMoveConfig
Source§fn clone(&self) -> PillarChangeMoveConfig
fn clone(&self) -> PillarChangeMoveConfig
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 PillarChangeMoveConfig
impl Debug for PillarChangeMoveConfig
Source§impl Default for PillarChangeMoveConfig
impl Default for PillarChangeMoveConfig
Source§fn default() -> PillarChangeMoveConfig
fn default() -> PillarChangeMoveConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PillarChangeMoveConfig
impl<'de> Deserialize<'de> for PillarChangeMoveConfig
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 PillarChangeMoveConfig
impl RefUnwindSafe for PillarChangeMoveConfig
impl Send for PillarChangeMoveConfig
impl Sync for PillarChangeMoveConfig
impl Unpin for PillarChangeMoveConfig
impl UnsafeUnpin for PillarChangeMoveConfig
impl UnwindSafe for PillarChangeMoveConfig
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