Enum libipld_core::ipld::IpldIndex [−][src]
Expand description
An index into ipld
Variants
List(usize)An index into an ipld list.
Map(String)An owned index into an ipld map.
MapRef(&'a str)An index into an ipld map.
Trait Implementations
impl From<IpldIndex<'_>> for TypeErrorType[src]
impl From<IpldIndex<'_>> for TypeErrorType[src]Auto Trait Implementations
impl<'a> RefUnwindSafe for IpldIndex<'a>
impl<'a> Send for IpldIndex<'a>
impl<'a> Sync for IpldIndex<'a>
impl<'a> Unpin for IpldIndex<'a>
impl<'a> UnwindSafe for IpldIndex<'a>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> References<RawCodec> for T[src]
impl<T> References<RawCodec> for T[src]impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self