pub enum DriftType {
Gbm,
Ou,
}Expand description
SDE drift type.
Variants§
Implementations§
Trait Implementations§
impl Copy for DriftType
Source§impl<'de> Deserialize<'de> for DriftType
impl<'de> Deserialize<'de> for DriftType
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 Eq for DriftType
impl StructuralPartialEq for DriftType
Auto Trait Implementations§
impl Freeze for DriftType
impl RefUnwindSafe for DriftType
impl Send for DriftType
impl Sync for DriftType
impl Unpin for DriftType
impl UnsafeUnpin for DriftType
impl UnwindSafe for DriftType
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