Docs.rs
smart-contract-0.2.2
smart-contract 0.2.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
losfair
iwasaki-kenta
Dependencies
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Writeable
smart_
contract
0.2.2
Writeable
Required Methods
write_to
Implementations on Foreign Types
String
Vec<T>
[T]
[U; 32]
bool
f32
f64
i8
i16
i32
i64
i128
isize
str
u8
u16
u32
u64
u128
usize
Implementors
In smart_
contract::
payload
smart_contract
::
payload
Trait
Writeable
Copy item path
Source
pub trait Writeable { // Required method fn
write_to
(&self, buffer: &mut
Vec
<
u8
>); }
Required Methods
§
Source
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Implementations on Foreign Types
§
Source
§
impl
Writeable
for
bool
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
f32
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
f64
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
i8
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
i16
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
i32
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
i64
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
i128
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
isize
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
str
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
u8
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
u16
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
u32
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
u64
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
u128
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
usize
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl
Writeable
for
String
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl<T:
Writeable
>
Writeable
for
[T]
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl<T:
Writeable
>
Writeable
for
Vec
<T>
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Source
§
impl<U:
Writeable
>
Writeable
for
[U; 32]
Source
§
fn
write_to
(&self, buffer: &mut
Vec
<
u8
>)
Implementors
§
Source
§
impl
Writeable
for
Contract
Source
§
impl
Writeable
for
Transfer