Docs.rs
flow-bot-0.2.3
flow-bot 0.2.3
Docs.rs crate page
AGPL-3.0-only
Links
Repository
crates.io
Source
Owners
KevinT3Hu
Dependencies
async-trait ^0.1.89
normal
clap ^4.5.54
normal
optional
futures ^0.3.31
normal
reqwest ^0.13.1
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
thiserror ^2.0.18
normal
tokio ^1.49.0
normal
tokio-tungstenite ^0.28.0
normal
tracing ^0.1.44
normal
uuid ^1.20.0
normal
tokio ^1.49.0
dev
Versions
2.83%
of the crate is documented
Platform
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
Skip to main content
Message
flow_
bot
0.2.3
Message
Aliased Type
Trait Implementations
MessageExt
In flow_
bot::
message
flow_bot
::
message
Type Alias
Message
Copy item path
Source
pub type Message =
Vec
<
Segment
>;
Aliased Type
§
pub struct Message {
/* private fields */
}
Trait Implementations
§
Source
§
impl
MessageExt
for
Message
Source
§
fn
extract_plain_text
(&self) ->
String
Source
§
fn
is_plain_text
(&self) ->
bool
Source
§
fn
extract_if_plain_text
(&self) ->
Option
<
String
>