pub struct IconColors {
pub session: u8,
pub directory: u8,
pub template: u8,
pub project: u8,
}Fields§
§session: u8§directory: u8§template: u8§project: u8Trait Implementations§
Source§impl Clone for IconColors
impl Clone for IconColors
Source§fn clone(&self) -> IconColors
fn clone(&self) -> IconColors
Returns a duplicate of the value. Read more
1.0.0 · 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 IconColors
impl Debug for IconColors
Source§impl Default for IconColors
impl Default for IconColors
Source§impl<'de> Deserialize<'de> for IconColors
impl<'de> Deserialize<'de> for IconColors
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 IconColors
impl PartialEq for IconColors
impl Copy for IconColors
impl Eq for IconColors
impl StructuralPartialEq for IconColors
Auto Trait Implementations§
impl Freeze for IconColors
impl RefUnwindSafe for IconColors
impl Send for IconColors
impl Sync for IconColors
impl Unpin for IconColors
impl UnsafeUnpin for IconColors
impl UnwindSafe for IconColors
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