pub struct ConnectorOperationEnvelope {
pub operation_id: String,
pub request_schema: Value,
pub success_schema: Value,
pub failure_classes: Vec<String>,
}Fields§
§operation_id: String§request_schema: Value§success_schema: Value§failure_classes: Vec<String>Trait Implementations§
Source§impl Clone for ConnectorOperationEnvelope
impl Clone for ConnectorOperationEnvelope
Source§fn clone(&self) -> ConnectorOperationEnvelope
fn clone(&self) -> ConnectorOperationEnvelope
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 ConnectorOperationEnvelope
impl Debug for ConnectorOperationEnvelope
Source§impl<'de> Deserialize<'de> for ConnectorOperationEnvelope
impl<'de> Deserialize<'de> for ConnectorOperationEnvelope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ConnectorOperationEnvelope
impl StructuralPartialEq for ConnectorOperationEnvelope
Auto Trait Implementations§
impl Freeze for ConnectorOperationEnvelope
impl RefUnwindSafe for ConnectorOperationEnvelope
impl Send for ConnectorOperationEnvelope
impl Sync for ConnectorOperationEnvelope
impl Unpin for ConnectorOperationEnvelope
impl UnsafeUnpin for ConnectorOperationEnvelope
impl UnwindSafe for ConnectorOperationEnvelope
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