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
IntoMessage
flow_
bot
0.2.3
Into
Message
Required Methods
into_message
Implementations on Foreign Types
&String
&str
String
Vec<T>
Implementors
In flow_
bot::
message
flow_bot
::
message
Trait
Into
Message
Copy item path
Source
pub trait IntoMessage { // Required method fn
into_message
(self) ->
Message
; }
Required Methods
§
Source
fn
into_message
(self) ->
Message
Implementations on Foreign Types
§
Source
§
impl
IntoMessage
for &
str
Source
§
fn
into_message
(self) ->
Message
Source
§
impl
IntoMessage
for &
String
Source
§
fn
into_message
(self) ->
Message
Source
§
impl
IntoMessage
for
String
Source
§
fn
into_message
(self) ->
Message
Source
§
impl<T>
IntoMessage
for
Vec
<T>
where T:
Into
<
Segment
>,
Source
§
fn
into_message
(self) ->
Message
Implementors
§