pub struct PrimitiveBlock {
    pub stringtable: SingularPtrField<StringTable>,
    pub primitivegroup: RepeatedField<PrimitiveGroup>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    /* private fields */
}

Fields

stringtable: SingularPtrField<StringTable>primitivegroup: RepeatedField<PrimitiveGroup>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

Trait Implementations

Clear this make, make it equivalent to newly created object.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Returns the “default value” for a type. Read more

True iff all required fields are initialized. Always returns true for protobuf 3. Read more

Update this message object with fields read from given stream.

Compute and cache size of this message and all nested messages

Write message to the stream. Read more

Get size previously computed by compute_size.

Get a reference to unknown fields.

Get a mutable reference to unknown fields.

View self as Any.

View self as mutable Any.

Convert boxed self to boxed Any.

Message descriptor for this message, used for reflection.

Create an empty message object. Read more

Get message descriptor for message type. Read more

Return a pointer to default immutable message with static lifetime. Read more

Parse message from stream.

Write the message to the stream. Read more

Write the message to the stream prepending the message with message length encoded as varint. Read more

Write the message to the vec, prepend the message with message length encoded as varint. Read more

Update this message object with fields read from given stream.

Parse message from reader. Parse stops on EOF or when error encountered. Read more

Parse message from byte array.

Check if all required fields of this object are initialized.

Write the message to the writer.

Write the message to bytes vec.

Write the message to bytes vec.

Write the message to the writer, prepend the message with message length encoded as varint. Read more

Write the message to the bytes vec, prepend the message with message length encoded as varint. Read more

Get type id for downcasting.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

As ref

Convert to Any

Is value non-zero?

Return ProtobufValueRef if self is Copy. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.