pub struct ThreadSectionAppearance {
pub color: Option<String>,
pub icon: Option<String>,
}Fields§
§color: Option<String>§icon: Option<String>Trait Implementations§
Source§impl Clone for ThreadSectionAppearance
impl Clone for ThreadSectionAppearance
Source§fn clone(&self) -> ThreadSectionAppearance
fn clone(&self) -> ThreadSectionAppearance
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 ThreadSectionAppearance
impl Debug for ThreadSectionAppearance
Source§impl Default for ThreadSectionAppearance
impl Default for ThreadSectionAppearance
Source§fn default() -> ThreadSectionAppearance
fn default() -> ThreadSectionAppearance
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ThreadSectionAppearance
impl<'de> Deserialize<'de> for ThreadSectionAppearance
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 ThreadSectionAppearance
impl PartialEq for ThreadSectionAppearance
Source§impl Serialize for ThreadSectionAppearance
impl Serialize for ThreadSectionAppearance
impl StructuralPartialEq for ThreadSectionAppearance
Auto Trait Implementations§
impl Freeze for ThreadSectionAppearance
impl RefUnwindSafe for ThreadSectionAppearance
impl Send for ThreadSectionAppearance
impl Sync for ThreadSectionAppearance
impl Unpin for ThreadSectionAppearance
impl UnsafeUnpin for ThreadSectionAppearance
impl UnwindSafe for ThreadSectionAppearance
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