Docs.rs
slack-morphism-models-0.41.0
slack-morphism-models 0.41.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
abdolence
Dependencies
chrono ^0.4
normal
rsb_derive ^0.5
normal
rvstruct ^0.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_with ^1.14
normal
url ^2.2
normal
Versions
0.25%
of the crate is documented
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
SlackTextFormat
slack_
morphism_
models
0.41.0
Slack
Text
Format
Required Methods
to_slack_format
Implementations on Foreign Types
DateTime<TZ>
Implementors
In crate slack_
morphism_
models
slack_morphism_models
Trait
Slack
Text
Format
Copy item path
Source
pub trait SlackTextFormat { // Required method fn
to_slack_format
(&self) ->
String
; }
Required Methods
§
Source
fn
to_slack_format
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl<TZ:
TimeZone
>
SlackTextFormat
for
DateTime
<TZ>
where <TZ as
TimeZone
>::
Offset
:
Display
,
Source
§
fn
to_slack_format
(&self) ->
String
Implementors
§
Source
§
impl
SlackTextFormat
for
SlackChannelId
Source
§
impl
SlackTextFormat
for
SlackUserId