Struct xCommonLib::serial::api_descriptor::DescriptorProtoHolder
source · pub struct DescriptorProtoHolder {
pub descriptor_proto: DescriptorProto,
pub field_index_map: HashMap<u32, u32>,
}
Fields§
§descriptor_proto: DescriptorProto
§field_index_map: HashMap<u32, u32>
Auto Trait Implementations§
impl RefUnwindSafe for DescriptorProtoHolder
impl Send for DescriptorProtoHolder
impl Sync for DescriptorProtoHolder
impl Unpin for DescriptorProtoHolder
impl UnwindSafe for DescriptorProtoHolder
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