pub struct SalienceThresholdsConfig {
pub low_max: i64,
pub high_min: i64,
}Fields§
§low_max: i64§high_min: i64Trait Implementations§
Source§impl Clone for SalienceThresholdsConfig
impl Clone for SalienceThresholdsConfig
Source§fn clone(&self) -> SalienceThresholdsConfig
fn clone(&self) -> SalienceThresholdsConfig
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 SalienceThresholdsConfig
impl Debug for SalienceThresholdsConfig
Source§impl<'de> Deserialize<'de> for SalienceThresholdsConfig
impl<'de> Deserialize<'de> for SalienceThresholdsConfig
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 SalienceThresholdsConfig
impl RefUnwindSafe for SalienceThresholdsConfig
impl Send for SalienceThresholdsConfig
impl Sync for SalienceThresholdsConfig
impl Unpin for SalienceThresholdsConfig
impl UnsafeUnpin for SalienceThresholdsConfig
impl UnwindSafe for SalienceThresholdsConfig
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