pub struct PayloadEnvelope {
pub codec: String,
pub blob: String,
}Fields§
§codec: String§blob: StringImplementations§
Trait Implementations§
Source§impl Clone for PayloadEnvelope
impl Clone for PayloadEnvelope
Source§fn clone(&self) -> PayloadEnvelope
fn clone(&self) -> PayloadEnvelope
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 PayloadEnvelope
impl Debug for PayloadEnvelope
Source§impl<'de> Deserialize<'de> for PayloadEnvelope
impl<'de> Deserialize<'de> for PayloadEnvelope
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 PartialEq for PayloadEnvelope
impl PartialEq for PayloadEnvelope
Source§impl Serialize for PayloadEnvelope
impl Serialize for PayloadEnvelope
impl Eq for PayloadEnvelope
impl StructuralPartialEq for PayloadEnvelope
Auto Trait Implementations§
impl Freeze for PayloadEnvelope
impl RefUnwindSafe for PayloadEnvelope
impl Send for PayloadEnvelope
impl Sync for PayloadEnvelope
impl Unpin for PayloadEnvelope
impl UnwindSafe for PayloadEnvelope
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