pub struct IconThreshold {
pub icon: Icon,
pub cfvo: Cfvo,
pub color: Color,
pub is_strict: bool,
}Fields§
§icon: Icon§cfvo: Cfvo§color: Color§is_strict: boolTrait Implementations§
Source§impl Clone for IconThreshold
impl Clone for IconThreshold
Source§fn clone(&self) -> IconThreshold
fn clone(&self) -> IconThreshold
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 IconThreshold
impl Debug for IconThreshold
Source§impl<'de> Deserialize<'de> for IconThreshold
impl<'de> Deserialize<'de> for IconThreshold
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 IconThreshold
impl PartialEq for IconThreshold
Source§fn eq(&self, other: &IconThreshold) -> bool
fn eq(&self, other: &IconThreshold) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IconThreshold
impl Serialize for IconThreshold
impl<'__de> Decode<'__de> for IconThresholdwhere
'__de:,
impl Encode for IconThreshold
impl StructuralPartialEq for IconThreshold
Auto Trait Implementations§
impl Freeze for IconThreshold
impl RefUnwindSafe for IconThreshold
impl Send for IconThreshold
impl Sync for IconThreshold
impl Unpin for IconThreshold
impl UnsafeUnpin for IconThreshold
impl UnwindSafe for IconThreshold
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