pub struct UiBorder {
pub primary: String,
pub muted: String,
}Expand description
Border colors (nested under [ui.border]).
Fields§
§primary: StringActive / focused border color.
muted: StringInactive / de-emphasized border color.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UiBorder
impl<'de> Deserialize<'de> for UiBorder
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
impl Eq for UiBorder
impl StructuralPartialEq for UiBorder
Auto Trait Implementations§
impl Freeze for UiBorder
impl RefUnwindSafe for UiBorder
impl Send for UiBorder
impl Sync for UiBorder
impl Unpin for UiBorder
impl UnsafeUnpin for UiBorder
impl UnwindSafe for UiBorder
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