pub struct EnumIndex { /* private fields */ }
Implementations§
Source§impl EnumIndex
impl EnumIndex
pub fn get_enum<'a>(&self, desc: &'a FileDescriptor) -> &'a Enumerator
Trait Implementations§
impl Eq for EnumIndex
impl StructuralPartialEq for EnumIndex
Auto Trait Implementations§
impl Freeze for EnumIndex
impl RefUnwindSafe for EnumIndex
impl Send for EnumIndex
impl Sync for EnumIndex
impl Unpin for EnumIndex
impl UnwindSafe for EnumIndex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more