pub struct OBVConfig {
pub cumulative: bool,
}Expand description
Configuration for OBV calculation
Fields§
§cumulative: boolWhether to use cumulative calculation (default: true)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OBVConfig
impl<'de> Deserialize<'de> for OBVConfig
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
impl Copy for OBVConfig
impl StructuralPartialEq for OBVConfig
Auto Trait Implementations§
impl Freeze for OBVConfig
impl RefUnwindSafe for OBVConfig
impl Send for OBVConfig
impl Sync for OBVConfig
impl Unpin for OBVConfig
impl UnwindSafe for OBVConfig
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