pub struct RpcContext {
pub attachments: BTreeMap<String, String>,
}Expand description
RpcContext passing through the invocation chain
Fields§
§attachments: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for RpcContext
impl Clone for RpcContext
Source§fn clone(&self) -> RpcContext
fn clone(&self) -> RpcContext
Returns a duplicate 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 RpcContext
impl Debug for RpcContext
Source§impl Default for RpcContext
impl Default for RpcContext
Source§fn default() -> RpcContext
fn default() -> RpcContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RpcContext
impl RefUnwindSafe for RpcContext
impl Send for RpcContext
impl Sync for RpcContext
impl Unpin for RpcContext
impl UnwindSafe for RpcContext
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