pub struct NetworkExecuteRequest {Show 38 fields
pub plugin_id: String,
pub plugin_instance_id: String,
pub active_fingerprint: String,
pub resource_scope: NetworkResourceScope,
pub runtime_instance_id: String,
pub runtime_generation_id: String,
pub runtime_shard_id: String,
pub policy_revision: u64,
pub management_revision: u64,
pub revoke_epoch: u64,
pub connector_id: String,
pub transport: String,
pub destination: String,
pub ttl_ms: u64,
pub operation: String,
pub method: String,
pub path: String,
pub query_json: String,
pub headers_json: String,
pub message_type: String,
pub body_base64: String,
pub payload_base64: String,
pub max_request_bytes: u64,
pub max_response_bytes: u64,
pub max_chunk_bytes: u64,
pub max_buffered_bytes: u64,
pub timeout_ms: u64,
pub stream_id: String,
pub stream_method: String,
pub stream_effect: String,
pub stream_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 content_type: String,
}Fields§
§plugin_id: String§plugin_instance_id: String§active_fingerprint: String§resource_scope: NetworkResourceScope§runtime_instance_id: String§runtime_generation_id: String§runtime_shard_id: String§policy_revision: u64§management_revision: u64§revoke_epoch: u64§connector_id: String§transport: String§destination: String§ttl_ms: u64§operation: String§method: String§path: String§query_json: String§headers_json: String§message_type: String§body_base64: String§payload_base64: String§max_request_bytes: u64§max_response_bytes: u64§max_chunk_bytes: u64§max_buffered_bytes: u64§timeout_ms: u64§stream_id: String§stream_method: String§stream_effect: String§stream_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§content_type: StringTrait Implementations§
Source§impl Clone for NetworkExecuteRequest
impl Clone for NetworkExecuteRequest
Source§fn clone(&self) -> NetworkExecuteRequest
fn clone(&self) -> NetworkExecuteRequest
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 NetworkExecuteRequest
impl Debug for NetworkExecuteRequest
impl Eq for NetworkExecuteRequest
Source§impl PartialEq for NetworkExecuteRequest
impl PartialEq for NetworkExecuteRequest
impl StructuralPartialEq for NetworkExecuteRequest
Auto Trait Implementations§
impl Freeze for NetworkExecuteRequest
impl RefUnwindSafe for NetworkExecuteRequest
impl Send for NetworkExecuteRequest
impl Sync for NetworkExecuteRequest
impl Unpin for NetworkExecuteRequest
impl UnsafeUnpin for NetworkExecuteRequest
impl UnwindSafe for NetworkExecuteRequest
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