pub struct ExecutionConnectorId(/* private fields */);Expand description
Stable configured identity of an execution connector.
Implementations§
Trait Implementations§
Source§impl Clone for ExecutionConnectorId
impl Clone for ExecutionConnectorId
Source§fn clone(&self) -> ExecutionConnectorId
fn clone(&self) -> ExecutionConnectorId
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 ExecutionConnectorId
impl Debug for ExecutionConnectorId
Source§impl<'de> Deserialize<'de> for ExecutionConnectorId
impl<'de> Deserialize<'de> for ExecutionConnectorId
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
Source§impl Display for ExecutionConnectorId
impl Display for ExecutionConnectorId
impl Eq for ExecutionConnectorId
Source§impl From<ExecutionConnectorId> for String
impl From<ExecutionConnectorId> for String
Source§fn from(value: ExecutionConnectorId) -> Self
fn from(value: ExecutionConnectorId) -> Self
Converts to this type from the input type.
Source§impl Hash for ExecutionConnectorId
impl Hash for ExecutionConnectorId
Source§impl Ord for ExecutionConnectorId
impl Ord for ExecutionConnectorId
Source§fn cmp(&self, other: &ExecutionConnectorId) -> Ordering
fn cmp(&self, other: &ExecutionConnectorId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ExecutionConnectorId
impl PartialEq for ExecutionConnectorId
Source§impl PartialOrd for ExecutionConnectorId
impl PartialOrd for ExecutionConnectorId
Source§impl Serialize for ExecutionConnectorId
impl Serialize for ExecutionConnectorId
impl StructuralPartialEq for ExecutionConnectorId
Auto Trait Implementations§
impl Freeze for ExecutionConnectorId
impl RefUnwindSafe for ExecutionConnectorId
impl Send for ExecutionConnectorId
impl Sync for ExecutionConnectorId
impl Unpin for ExecutionConnectorId
impl UnsafeUnpin for ExecutionConnectorId
impl UnwindSafe for ExecutionConnectorId
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