pub struct AutoCompound {
pub auto_compound_type: AutoCompoundType,
pub default: Option<bool>,
}
Expand description
Wrapper type for compounding nature of a strategy
Fields§
§auto_compound_type: AutoCompoundType
§default: Option<bool>
Trait Implementations§
Source§impl Clone for AutoCompound
impl Clone for AutoCompound
Source§fn clone(&self) -> AutoCompound
fn clone(&self) -> AutoCompound
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 AutoCompound
impl Debug for AutoCompound
Source§impl<'de> Deserialize<'de> for AutoCompound
impl<'de> Deserialize<'de> for AutoCompound
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
Source§impl PartialEq for AutoCompound
impl PartialEq for AutoCompound
impl StructuralPartialEq for AutoCompound
Auto Trait Implementations§
impl Freeze for AutoCompound
impl RefUnwindSafe for AutoCompound
impl Send for AutoCompound
impl Sync for AutoCompound
impl Unpin for AutoCompound
impl UnwindSafe for AutoCompound
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