pub struct ConstraintsConfig {
pub elements: Option<Vec<AtomicConstraint>>,
pub indices: Option<Vec<AtomicConstraint>>,
pub element_indices: Option<Vec<AtomicConstraint>>,
}Fields§
§elements: Option<Vec<AtomicConstraint>>§indices: Option<Vec<AtomicConstraint>>§element_indices: Option<Vec<AtomicConstraint>>Trait Implementations§
Source§impl Clone for ConstraintsConfig
impl Clone for ConstraintsConfig
Source§fn clone(&self) -> ConstraintsConfig
fn clone(&self) -> ConstraintsConfig
Returns a copy 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 ConstraintsConfig
impl Debug for ConstraintsConfig
Source§impl<'de> Deserialize<'de> for ConstraintsConfig
impl<'de> Deserialize<'de> for ConstraintsConfig
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 ConstraintsConfig
impl RefUnwindSafe for ConstraintsConfig
impl Send for ConstraintsConfig
impl Sync for ConstraintsConfig
impl Unpin for ConstraintsConfig
impl UnwindSafe for ConstraintsConfig
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