pub struct MessageFields {
pub by_number: IndexMap<FieldNum, FieldDef>,
pub by_name: IndexMap<ArcStr, FieldNum>,
}Fields§
§by_number: IndexMap<FieldNum, FieldDef>§by_name: IndexMap<ArcStr, FieldNum>Implementations§
Trait Implementations§
Source§impl Debug for MessageFields
impl Debug for MessageFields
Source§impl Default for MessageFields
impl Default for MessageFields
Source§fn default() -> MessageFields
fn default() -> MessageFields
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MessageFields
impl RefUnwindSafe for MessageFields
impl Send for MessageFields
impl Sync for MessageFields
impl Unpin for MessageFields
impl UnwindSafe for MessageFields
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