[][src]Trait blocky_nbt::Index

pub trait Index {
    fn index_into<'a>(&self, tag: &'a Tag) -> Option<&'a Tag>;
fn index_into_mut<'a>(&self, tag: &'a mut Tag) -> Option<&'a mut Tag>;
fn index_or_insert<'a>(&self, tag: &'a mut Tag) -> &'a mut Tag; }

Required methods

fn index_into<'a>(&self, tag: &'a Tag) -> Option<&'a Tag>

fn index_into_mut<'a>(&self, tag: &'a mut Tag) -> Option<&'a mut Tag>

fn index_or_insert<'a>(&self, tag: &'a mut Tag) -> &'a mut Tag

Loading content...

Implementations on Foreign Types

impl Index for str[src]

impl Index for String[src]

impl Index for usize[src]

impl<'b, T: ?Sized + Index> Index for &'b T[src]

Loading content...

Implementors

Loading content...