Docs.rs
astro-format-2.1.1
astro-format 2.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
royokello
Dependencies
Versions
0%
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
astro_
format
2.1.1
Into
Bytes
Required Methods
into_bytes
Implementations on Foreign Types
&String
&Vec<u8>
&[u8]
&char
&i8
&i16
&i32
&i64
&i128
&str
&u8
&u16
&u32
&u64
&u128
String
Vec<u8>
[u8]
char
i8
i16
i32
i64
i128
str
u8
u16
u32
u64
u128
Implementors
In crate astro_
format
astro_format
Trait
IntoBytes
Copy item path
Source
pub trait IntoBytes { // Required method fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
; }
Required Methods
§
Source
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Implementations on Foreign Types
§
Source
§
impl
IntoBytes
for &
char
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
char
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
i8
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
i16
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
i32
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
i64
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
i128
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
str
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
u8
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
u16
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
u32
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
u64
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
u128
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
String
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for
Vec
<
u8
>
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
IntoBytes
for [
u8
]
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
i8
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
i16
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
i32
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
i64
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
i128
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
str
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
u8
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
u16
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
u32
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
u64
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
u128
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
String
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &
Vec
<
u8
>
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl<'a>
IntoBytes
for &[
u8
]
Source
§
fn
into_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Implementors
§