pub struct ExternalOperationId(/* private fields */);Expand description
Opaque operation identity observed from an external connector.
Implementations§
Trait Implementations§
Source§impl Clone for ExternalOperationId
impl Clone for ExternalOperationId
Source§impl Debug for ExternalOperationId
impl Debug for ExternalOperationId
Source§impl<'de> Deserialize<'de> for ExternalOperationId
impl<'de> Deserialize<'de> for ExternalOperationId
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 ExternalOperationId
Source§impl From<ExternalOperationId> for String
impl From<ExternalOperationId> for String
Source§fn from(value: ExternalOperationId) -> Self
fn from(value: ExternalOperationId) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ExternalOperationId
impl PartialEq for ExternalOperationId
Source§impl Serialize for ExternalOperationId
impl Serialize for ExternalOperationId
impl StructuralPartialEq for ExternalOperationId
Auto Trait Implementations§
impl Freeze for ExternalOperationId
impl RefUnwindSafe for ExternalOperationId
impl Send for ExternalOperationId
impl Sync for ExternalOperationId
impl Unpin for ExternalOperationId
impl UnsafeUnpin for ExternalOperationId
impl UnwindSafe for ExternalOperationId
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