pub enum Component {
Show 30 variants
Text(Text),
Button(Button),
Icon(Icon),
Image(Image),
Badge(Badge),
TextInput(TextInput),
NumberInput(NumberInput),
Select(Select),
MultiSelect(MultiSelect),
Switch(Switch),
DateInput(DateInput),
Slider(Slider),
Stack(Stack),
Grid(Grid),
Card(Card),
Container(Container),
Divider(Divider),
Tabs(Tabs),
Table(Table),
List(List),
KeyValue(KeyValue),
CodeBlock(CodeBlock),
Chart(Chart),
Alert(Alert),
Progress(Progress),
Toast(Toast),
Modal(Modal),
Spinner(Spinner),
Skeleton(Skeleton),
Textarea(Textarea),
}Available on crate feature
ui only.Variants§
Text(Text)
Button(Button)
Icon(Icon)
Image(Image)
Badge(Badge)
TextInput(TextInput)
NumberInput(NumberInput)
Select(Select)
MultiSelect(MultiSelect)
Switch(Switch)
DateInput(DateInput)
Slider(Slider)
Stack(Stack)
Grid(Grid)
Card(Card)
Container(Container)
Divider(Divider)
Tabs(Tabs)
Table(Table)
List(List)
KeyValue(KeyValue)
CodeBlock(CodeBlock)
Chart(Chart)
Alert(Alert)
Progress(Progress)
Toast(Toast)
Modal(Modal)
Spinner(Spinner)
Skeleton(Skeleton)
Textarea(Textarea)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Component
impl<'de> Deserialize<'de> for Component
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Component, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Component, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl JsonSchema for Component
impl JsonSchema for Component
Source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moreSource§impl Serialize for Component
impl Serialize for Component
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for Component
impl RefUnwindSafe for Component
impl Send for Component
impl Sync for Component
impl Unpin for Component
impl UnwindSafe for Component
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request