pub struct IntegratorConfig {
pub integrator_type: IntegratorType,
}Expand description
Integrator configuration.
Fields§
§integrator_type: IntegratorTypeIntegrator type.
Trait Implementations§
Source§impl Clone for IntegratorConfig
impl Clone for IntegratorConfig
Source§fn clone(&self) -> IntegratorConfig
fn clone(&self) -> IntegratorConfig
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 IntegratorConfig
impl Debug for IntegratorConfig
Source§impl Default for IntegratorConfig
impl Default for IntegratorConfig
Source§impl<'de> Deserialize<'de> for IntegratorConfig
impl<'de> Deserialize<'de> for IntegratorConfig
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 IntegratorConfig
impl RefUnwindSafe for IntegratorConfig
impl Send for IntegratorConfig
impl Sync for IntegratorConfig
impl Unpin for IntegratorConfig
impl UnsafeUnpin for IntegratorConfig
impl UnwindSafe for IntegratorConfig
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