pub struct ProtobufConstantMessage {
pub fields: IndexMap<ProtobufConstantMessageFieldName, ProtobufConstant>,
}
Fields§
§fields: IndexMap<ProtobufConstantMessageFieldName, ProtobufConstant>
Trait Implementations§
source§impl Clone for ProtobufConstantMessage
impl Clone for ProtobufConstantMessage
source§fn clone(&self) -> ProtobufConstantMessage
fn clone(&self) -> ProtobufConstantMessage
Returns a copy 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 ProtobufConstantMessage
impl Debug for ProtobufConstantMessage
source§impl Parse for ProtobufConstantMessage
impl Parse for ProtobufConstantMessage
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ProtobufConstantMessage
impl RefUnwindSafe for ProtobufConstantMessage
impl !Send for ProtobufConstantMessage
impl !Sync for ProtobufConstantMessage
impl Unpin for ProtobufConstantMessage
impl UnwindSafe for ProtobufConstantMessage
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