pub struct PlexusContext {
pub hash: String,
}Expand description
Shared Plexus RPC context accessible to all activations
Fields§
§hash: StringHash of all activations for cache invalidation
Implementations§
Source§impl PlexusContext
impl PlexusContext
Trait Implementations§
Source§impl Clone for PlexusContext
impl Clone for PlexusContext
Source§fn clone(&self) -> PlexusContext
fn clone(&self) -> PlexusContext
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 moreAuto Trait Implementations§
impl Freeze for PlexusContext
impl RefUnwindSafe for PlexusContext
impl Send for PlexusContext
impl Sync for PlexusContext
impl Unpin for PlexusContext
impl UnsafeUnpin for PlexusContext
impl UnwindSafe for PlexusContext
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