pub struct DebugConsoleInputIconColors {
pub foreground: Option<String>,
}
Fields§
§foreground: Option<String>
Foreground color for debug console input marker icon.
Trait Implementations§
Source§impl Clone for DebugConsoleInputIconColors
impl Clone for DebugConsoleInputIconColors
Source§fn clone(&self) -> DebugConsoleInputIconColors
fn clone(&self) -> DebugConsoleInputIconColors
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 DebugConsoleInputIconColors
impl Debug for DebugConsoleInputIconColors
Source§impl<'de> Deserialize<'de> for DebugConsoleInputIconColors
impl<'de> Deserialize<'de> for DebugConsoleInputIconColors
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 DebugConsoleInputIconColors
impl RefUnwindSafe for DebugConsoleInputIconColors
impl Send for DebugConsoleInputIconColors
impl Sync for DebugConsoleInputIconColors
impl Unpin for DebugConsoleInputIconColors
impl UnwindSafe for DebugConsoleInputIconColors
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