pub enum NestedTypeIndex {
Message(usize),
Enum(usize),
Oneof(usize),
}
Variants§
Trait Implementations§
Source§impl Clone for NestedTypeIndex
impl Clone for NestedTypeIndex
Source§fn clone(&self) -> NestedTypeIndex
fn clone(&self) -> NestedTypeIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NestedTypeIndex
impl Debug for NestedTypeIndex
impl Copy for NestedTypeIndex
Auto Trait Implementations§
impl Freeze for NestedTypeIndex
impl RefUnwindSafe for NestedTypeIndex
impl Send for NestedTypeIndex
impl Sync for NestedTypeIndex
impl Unpin for NestedTypeIndex
impl UnwindSafe for NestedTypeIndex
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