pub struct PublishedProtoEnvelopeBody {
pub envelope: ProtoEnvelopeBody,
pub registry_index: RegistryIndex,
}
Fields§
§envelope: ProtoEnvelopeBody
The ProtoEnvelopeBody flattened
registry_index: RegistryIndex
The index of the published record in the registry log
Trait Implementations§
Source§impl Clone for PublishedProtoEnvelopeBody
impl Clone for PublishedProtoEnvelopeBody
Source§fn clone(&self) -> PublishedProtoEnvelopeBody
fn clone(&self) -> PublishedProtoEnvelopeBody
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PublishedProtoEnvelopeBody
impl Debug for PublishedProtoEnvelopeBody
Source§impl<'de> Deserialize<'de> for PublishedProtoEnvelopeBody
impl<'de> Deserialize<'de> for PublishedProtoEnvelopeBody
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<Content> From<PublishedProtoEnvelope<Content>> for PublishedProtoEnvelopeBody
impl<Content> From<PublishedProtoEnvelope<Content>> for PublishedProtoEnvelopeBody
Source§fn from(value: PublishedProtoEnvelope<Content>) -> Self
fn from(value: PublishedProtoEnvelope<Content>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PublishedProtoEnvelopeBody
impl RefUnwindSafe for PublishedProtoEnvelopeBody
impl Send for PublishedProtoEnvelopeBody
impl Sync for PublishedProtoEnvelopeBody
impl Unpin for PublishedProtoEnvelopeBody
impl UnwindSafe for PublishedProtoEnvelopeBody
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