pub struct DecayFunctionBase {
pub multi_value_mode: Option<String>,
}Fields§
§multi_value_mode: Option<String>Implementations§
Source§impl DecayFunctionBase
impl DecayFunctionBase
pub fn new() -> DecayFunctionBase
Trait Implementations§
Source§impl Clone for DecayFunctionBase
impl Clone for DecayFunctionBase
Source§fn clone(&self) -> DecayFunctionBase
fn clone(&self) -> DecayFunctionBase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DecayFunctionBase
impl Debug for DecayFunctionBase
Source§impl Default for DecayFunctionBase
impl Default for DecayFunctionBase
Source§fn default() -> DecayFunctionBase
fn default() -> DecayFunctionBase
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DecayFunctionBase
impl<'de> Deserialize<'de> for DecayFunctionBase
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 DecayFunctionBase
impl PartialEq for DecayFunctionBase
Source§fn eq(&self, other: &DecayFunctionBase) -> bool
fn eq(&self, other: &DecayFunctionBase) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DecayFunctionBase
impl Serialize for DecayFunctionBase
impl StructuralPartialEq for DecayFunctionBase
Auto Trait Implementations§
impl Freeze for DecayFunctionBase
impl RefUnwindSafe for DecayFunctionBase
impl Send for DecayFunctionBase
impl Sync for DecayFunctionBase
impl Unpin for DecayFunctionBase
impl UnsafeUnpin for DecayFunctionBase
impl UnwindSafe for DecayFunctionBase
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