Docs.rs
capnp-0.21.6
capnp 0.21.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dwrensha
Dependencies
embedded-io ^0.6.1
normal
optional
quickcheck ^1
normal
optional
quickcheck ^1
dev
Versions
17.37%
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
IndexMove
capnp
0.21.6
Index
Move
Required Methods
index_move
Implementors
In capnp::
traits
capnp
::
traits
Trait
Index
Move
Copy item path
Source
pub trait IndexMove<I, T> { // Required method fn
index_move
(&self, index: I) -> T; }
Required Methods
§
Source
fn
index_move
(&self, index: I) -> T
Implementors
§
Source
§
impl
IndexMove
<
u16
,
Enumerant
> for
EnumerantList
Source
§
impl
IndexMove
<
u16
,
Field
> for
FieldList
Source
§
impl
IndexMove
<
u16
,
Field
> for
FieldSubset
Source
§
impl
IndexMove
<
u32
,
Annotation
> for
AnnotationList
Source
§
impl<'a>
IndexMove
<
u32
,
Result
<&'a [
u8
],
Error
>> for capnp::data_list::
Reader
<'a>
Source
§
impl<'a>
IndexMove
<
u32
,
Result
<
Reader
<'a>,
Error
>> for capnp::dynamic_list::
Reader
<'a>
Source
§
impl<'a>
IndexMove
<
u32
,
Result
<
Reader
<'a>,
Error
>> for capnp::any_pointer_list::
Reader
<'a>
Source
§
impl<'a>
IndexMove
<
u32
,
Result
<
Reader
<'a>,
Error
>> for capnp::text_list::
Reader
<'a>
Source
§
impl<'a, T>
IndexMove
<
u32
, <T as
OwnedStruct
>::
Reader
<'a>> for capnp::struct_list::
Reader
<'a, T>
where T:
OwnedStruct
,
Source
§
impl<'a, T>
IndexMove
<
u32
,
Result
<<T as
Owned
>::
Reader
<'a>,
Error
>> for capnp::list_list::
Reader
<'a, T>
where T:
Owned
,
Source
§
impl<T>
IndexMove
<
u32
,
Result
<T,
Error
>> for capnp::capability_list::
Reader
<'_, T>
where T:
FromClientHook
,
Source
§
impl<T:
PrimitiveElement
>
IndexMove
<
u32
, T> for capnp::primitive_list::
Reader
<'_, T>
Source
§
impl<T:
TryFrom
<
u16
, Error =
NotInSchema
>>
IndexMove
<
u32
,
Result
<T,
NotInSchema
>> for capnp::enum_list::
Reader
<'_, T>