pub struct WorkerInvocationContext {Show 22 fields
pub plugin_id: String,
pub plugin_instance_id: String,
pub active_fingerprint: String,
pub runtime_instance_id: String,
pub runtime_generation_id: String,
pub runtime_shard_id: String,
pub method: String,
pub effect: String,
pub execution: String,
pub surface_instance_id: String,
pub owner_session_hash: String,
pub owner_user_hash: String,
pub owner_env_hash: String,
pub session_channel_id_hash: String,
pub bridge_channel_id: String,
pub operation_id: String,
pub stream_id: String,
pub policy_revision: u64,
pub management_revision: u64,
pub revoke_epoch: u64,
pub storage_handle_grants: HashMap<String, String>,
pub broker_access_json: String,
}Fields§
§plugin_id: String§plugin_instance_id: String§active_fingerprint: String§runtime_instance_id: String§runtime_generation_id: String§runtime_shard_id: String§method: String§effect: String§execution: String§surface_instance_id: String§owner_session_hash: String§owner_user_hash: String§owner_env_hash: String§session_channel_id_hash: String§bridge_channel_id: String§operation_id: String§stream_id: String§policy_revision: u64§management_revision: u64§revoke_epoch: u64§storage_handle_grants: HashMap<String, String>§broker_access_json: StringTrait Implementations§
Source§impl Clone for WorkerInvocationContext
impl Clone for WorkerInvocationContext
Source§fn clone(&self) -> WorkerInvocationContext
fn clone(&self) -> WorkerInvocationContext
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 WorkerInvocationContext
impl Debug for WorkerInvocationContext
impl Eq for WorkerInvocationContext
Source§impl PartialEq for WorkerInvocationContext
impl PartialEq for WorkerInvocationContext
impl StructuralPartialEq for WorkerInvocationContext
Auto Trait Implementations§
impl Freeze for WorkerInvocationContext
impl RefUnwindSafe for WorkerInvocationContext
impl Send for WorkerInvocationContext
impl Sync for WorkerInvocationContext
impl Unpin for WorkerInvocationContext
impl UnsafeUnpin for WorkerInvocationContext
impl UnwindSafe for WorkerInvocationContext
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