[−][src]Struct capnp::any_pointer_list::Reader
Fields
reader: ListReader<'a>
Methods
impl<'a> Reader<'a>
[src]
pub fn new<'b>(reader: ListReader<'b>) -> Reader<'b>
[src]
pub fn len(&self) -> u32
[src]
ⓘImportant traits for ListIter<T, U>pub fn iter(self) -> ListIter<Reader<'a>, Result<Reader<'a>>>
[src]
ⓘImportant traits for ListIter<T, U>
pub fn get(self, index: u32) -> Reader<'a>
[src]
Trait Implementations
impl<'a> IntoInternalListReader<'a> for Reader<'a>
[src]
fn into_internal_list_reader(self) -> ListReader<'a>
[src]
impl<'a> FromPointerReader<'a> for Reader<'a>
[src]
fn get_from_pointer(
reader: &PointerReader<'a>,
default: Option<&'a [Word]>
) -> Result<Reader<'a>>
[src]
reader: &PointerReader<'a>,
default: Option<&'a [Word]>
) -> Result<Reader<'a>>
impl<'a> SetPointerBuilder<Builder<'a>> for Reader<'a>
[src]
fn set_pointer_builder<'b>(
pointer: PointerBuilder<'b>,
value: Reader<'a>,
canonicalize: bool
) -> Result<()>
[src]
pointer: PointerBuilder<'b>,
value: Reader<'a>,
canonicalize: bool
) -> Result<()>
impl<'a> IndexMove<u32, Result<Reader<'a>, Error>> for Reader<'a>
[src]
fn index_move(&self, index: u32) -> Result<Reader<'a>>
[src]
impl<'a> IntoIterator for Reader<'a>
[src]
type Item = Result<Reader<'a>>
The type of the elements being iterated over.
type IntoIter = ListIter<Reader<'a>, Self::Item>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter
[src]
impl<'a> Clone for Reader<'a>
[src]
impl<'a> Copy for Reader<'a>
[src]
Auto Trait Implementations
impl<'a> !Send for Reader<'a>
impl<'a> !Sync for Reader<'a>
impl<'a> Unpin for Reader<'a>
impl<'a> !UnwindSafe for Reader<'a>
impl<'a> !RefUnwindSafe for Reader<'a>
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<I> IntoIterator for I where
I: Iterator,
[src]
I: Iterator,
type Item = <I as Iterator>::Item
The type of the elements being iterated over.
type IntoIter = I
Which kind of iterator are we turning this into?
fn into_iter(self) -> I
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,