pub struct OperatorRequest {Show 13 fields
pub tenant_id: Option<String>,
pub provider_id: Option<String>,
pub provider_type: Option<String>,
pub pack_id: Option<String>,
pub op_id: String,
pub trace_id: Option<String>,
pub correlation_id: Option<String>,
pub timeout: Option<u64>,
pub flags: Vec<String>,
pub op_version: Option<String>,
pub schema_hash: Option<String>,
pub locale: Option<String>,
pub payload: OperatorPayload,
}Expand description
Operator-facing invocation payload (CBOR envelope).
Fields§
§tenant_id: Option<String>§provider_id: Option<String>§provider_type: Option<String>§pack_id: Option<String>§op_id: String§trace_id: Option<String>§correlation_id: Option<String>§timeout: Option<u64>§flags: Vec<String>§op_version: Option<String>§schema_hash: Option<String>§locale: Option<String>§payload: OperatorPayloadImplementations§
Trait Implementations§
Source§impl Debug for OperatorRequest
impl Debug for OperatorRequest
Source§impl<'de> Deserialize<'de> for OperatorRequest
impl<'de> Deserialize<'de> for OperatorRequest
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<OperatorRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<OperatorRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OperatorRequest
impl RefUnwindSafe for OperatorRequest
impl Send for OperatorRequest
impl Sync for OperatorRequest
impl Unpin for OperatorRequest
impl UnsafeUnpin for OperatorRequest
impl UnwindSafe for OperatorRequest
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> FromBase64 for Twhere
T: for<'de> Deserialize<'de>,
impl<T> FromBase64 for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request