pub struct SwapMoveConfig {
pub entity_class: Option<String>,
}Expand description
Swap move configuration.
Fields§
§entity_class: Option<String>Entity class filter.
Trait Implementations§
Source§impl Clone for SwapMoveConfig
impl Clone for SwapMoveConfig
Source§fn clone(&self) -> SwapMoveConfig
fn clone(&self) -> SwapMoveConfig
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 SwapMoveConfig
impl Debug for SwapMoveConfig
Source§impl Default for SwapMoveConfig
impl Default for SwapMoveConfig
Source§fn default() -> SwapMoveConfig
fn default() -> SwapMoveConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SwapMoveConfig
impl<'de> Deserialize<'de> for SwapMoveConfig
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 SwapMoveConfig
impl RefUnwindSafe for SwapMoveConfig
impl Send for SwapMoveConfig
impl Sync for SwapMoveConfig
impl Unpin for SwapMoveConfig
impl UnwindSafe for SwapMoveConfig
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