Docs.rs
bird-chat-0.1.0
bird-chat 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Jenya705
Dependencies
serde ^1.0.137
normal
serde_json ^1.0.80
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Component
Required Methods
get_base
Implementors
In bird_chat::component
?
Trait
bird_chat
::
component
::
Component
source
·
[
−
]
pub trait Component { fn
get_base
(&self) -> &
BaseComponent
; }
Required Methods
source
fn
get_base
(&self) -> &
BaseComponent
Implementors
source
impl
Component
for
BaseComponent
source
impl
Component
for
KeyBindComponent
source
impl
Component
for
ScoreComponent
source
impl
Component
for
SelectorComponent
source
impl
Component
for
TextComponent
source
impl
Component
for
TranslationComponent