pub struct PaperEncodeEnvelope {
pub uri: String,
pub transient_id: String,
pub destination_hint: String,
pub extensions: Map<String, Value>,
}Fields§
§uri: String§transient_id: String§destination_hint: String§extensions: Map<String, Value>Trait Implementations§
Source§impl Clone for PaperEncodeEnvelope
impl Clone for PaperEncodeEnvelope
Source§fn clone(&self) -> PaperEncodeEnvelope
fn clone(&self) -> PaperEncodeEnvelope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PaperEncodeEnvelope
impl Debug for PaperEncodeEnvelope
Source§impl PartialEq for PaperEncodeEnvelope
impl PartialEq for PaperEncodeEnvelope
Source§fn eq(&self, other: &PaperEncodeEnvelope) -> bool
fn eq(&self, other: &PaperEncodeEnvelope) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PaperEncodeEnvelope
impl Serialize for PaperEncodeEnvelope
impl StructuralPartialEq for PaperEncodeEnvelope
Auto Trait Implementations§
impl Freeze for PaperEncodeEnvelope
impl RefUnwindSafe for PaperEncodeEnvelope
impl Send for PaperEncodeEnvelope
impl Sync for PaperEncodeEnvelope
impl Unpin for PaperEncodeEnvelope
impl UnsafeUnpin for PaperEncodeEnvelope
impl UnwindSafe for PaperEncodeEnvelope
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