pub struct FastMcpTheme {Show 23 fields
pub primary: Color,
pub secondary: Color,
pub accent: Color,
pub success: Color,
pub warning: Color,
pub error: Color,
pub info: Color,
pub text: Color,
pub text_muted: Color,
pub text_dim: Color,
pub border: Color,
pub background: Color,
pub header_style: Style,
pub subheader_style: Style,
pub label_style: Style,
pub value_style: Style,
pub key_style: Style,
pub muted_style: Style,
pub success_style: Style,
pub warning_style: Style,
pub error_style: Style,
pub info_style: Style,
pub border_style: Style,
}Expand description
FastMCP color palette
Fields§
§primary: Color§secondary: Color§accent: Color§success: Color§warning: Color§error: Color§info: Color§text: Color§text_muted: Color§text_dim: Color§border: Color§background: Color§header_style: Style§subheader_style: Style§label_style: Style§value_style: Style§key_style: Style§muted_style: Style§success_style: Style§warning_style: Style§error_style: Style§info_style: Style§border_style: StyleTrait Implementations§
Source§impl Debug for FastMcpTheme
impl Debug for FastMcpTheme
Auto Trait Implementations§
impl Freeze for FastMcpTheme
impl RefUnwindSafe for FastMcpTheme
impl Send for FastMcpTheme
impl Sync for FastMcpTheme
impl Unpin for FastMcpTheme
impl UnwindSafe for FastMcpTheme
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).