pub struct NativeOperatorProviderBindingDefinition {
pub operation_id: String,
pub provider_id: String,
pub entrypoints: Vec<String>,
}Fields§
§operation_id: String§provider_id: String§entrypoints: Vec<String>Trait Implementations§
Source§impl Clone for NativeOperatorProviderBindingDefinition
impl Clone for NativeOperatorProviderBindingDefinition
Source§fn clone(&self) -> NativeOperatorProviderBindingDefinition
fn clone(&self) -> NativeOperatorProviderBindingDefinition
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<'de> Deserialize<'de> for NativeOperatorProviderBindingDefinition
impl<'de> Deserialize<'de> for NativeOperatorProviderBindingDefinition
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 NativeOperatorProviderBindingDefinition
impl StructuralPartialEq for NativeOperatorProviderBindingDefinition
Auto Trait Implementations§
impl Freeze for NativeOperatorProviderBindingDefinition
impl RefUnwindSafe for NativeOperatorProviderBindingDefinition
impl Send for NativeOperatorProviderBindingDefinition
impl Sync for NativeOperatorProviderBindingDefinition
impl Unpin for NativeOperatorProviderBindingDefinition
impl UnsafeUnpin for NativeOperatorProviderBindingDefinition
impl UnwindSafe for NativeOperatorProviderBindingDefinition
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