pub struct OperationOracleId(/* private fields */);Expand description
Stable identity of one checked-in oracle implementation contract.
Implementations§
Trait Implementations§
Source§impl Clone for OperationOracleId
impl Clone for OperationOracleId
Source§fn clone(&self) -> OperationOracleId
fn clone(&self) -> OperationOracleId
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 OperationOracleId
impl Debug for OperationOracleId
Source§impl<'de> Deserialize<'de> for OperationOracleId
impl<'de> Deserialize<'de> for OperationOracleId
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 OperationOracleId
impl Display for OperationOracleId
impl Eq for OperationOracleId
Source§impl From<OperationOracleId> for String
impl From<OperationOracleId> for String
Source§fn from(value: OperationOracleId) -> Self
fn from(value: OperationOracleId) -> Self
Converts to this type from the input type.
Source§impl Hash for OperationOracleId
impl Hash for OperationOracleId
Source§impl Ord for OperationOracleId
impl Ord for OperationOracleId
Source§fn cmp(&self, other: &OperationOracleId) -> Ordering
fn cmp(&self, other: &OperationOracleId) -> 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 OperationOracleId
impl PartialEq for OperationOracleId
Source§impl PartialOrd for OperationOracleId
impl PartialOrd for OperationOracleId
Source§impl Serialize for OperationOracleId
impl Serialize for OperationOracleId
impl StructuralPartialEq for OperationOracleId
Auto Trait Implementations§
impl Freeze for OperationOracleId
impl RefUnwindSafe for OperationOracleId
impl Send for OperationOracleId
impl Sync for OperationOracleId
impl Unpin for OperationOracleId
impl UnsafeUnpin for OperationOracleId
impl UnwindSafe for OperationOracleId
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