pub struct IntegratorBindingId(/* private fields */);Expand description
Identity of one integrator’s binding to a ceremony or a system execution.
Implementations§
Trait Implementations§
Source§impl Clone for IntegratorBindingId
impl Clone for IntegratorBindingId
Source§impl Debug for IntegratorBindingId
impl Debug for IntegratorBindingId
Source§impl<'de> Deserialize<'de> for IntegratorBindingId
impl<'de> Deserialize<'de> for IntegratorBindingId
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 IntegratorBindingId
impl Display for IntegratorBindingId
impl Eq for IntegratorBindingId
Source§impl Hash for IntegratorBindingId
impl Hash for IntegratorBindingId
Source§impl Ord for IntegratorBindingId
impl Ord for IntegratorBindingId
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 IntegratorBindingId
impl PartialEq for IntegratorBindingId
Source§impl PartialOrd for IntegratorBindingId
impl PartialOrd for IntegratorBindingId
Source§impl Serialize for IntegratorBindingId
impl Serialize for IntegratorBindingId
impl StructuralPartialEq for IntegratorBindingId
Auto Trait Implementations§
impl Freeze for IntegratorBindingId
impl RefUnwindSafe for IntegratorBindingId
impl Send for IntegratorBindingId
impl Sync for IntegratorBindingId
impl Unpin for IntegratorBindingId
impl UnsafeUnpin for IntegratorBindingId
impl UnwindSafe for IntegratorBindingId
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