pub struct EconomicRequestKeyV1 {
pub request_namespace_digest: String,
pub request_id: String,
}Fields§
§request_namespace_digest: String§request_id: StringImplementations§
Source§impl EconomicRequestKeyV1
impl EconomicRequestKeyV1
pub fn validate(&self) -> Result<(), EconomicStateAnchorError>
Trait Implementations§
Source§impl Clone for EconomicRequestKeyV1
impl Clone for EconomicRequestKeyV1
Source§fn clone(&self) -> EconomicRequestKeyV1
fn clone(&self) -> EconomicRequestKeyV1
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 EconomicRequestKeyV1
impl Debug for EconomicRequestKeyV1
Source§impl<'de> Deserialize<'de> for EconomicRequestKeyV1
impl<'de> Deserialize<'de> for EconomicRequestKeyV1
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<EconomicRequestKeyV1, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<EconomicRequestKeyV1, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EconomicRequestKeyV1
Source§impl Ord for EconomicRequestKeyV1
impl Ord for EconomicRequestKeyV1
Source§fn cmp(&self, other: &EconomicRequestKeyV1) -> Ordering
fn cmp(&self, other: &EconomicRequestKeyV1) -> 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
Source§impl PartialEq for EconomicRequestKeyV1
impl PartialEq for EconomicRequestKeyV1
Source§impl PartialOrd for EconomicRequestKeyV1
impl PartialOrd for EconomicRequestKeyV1
Source§impl Serialize for EconomicRequestKeyV1
impl Serialize for EconomicRequestKeyV1
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for EconomicRequestKeyV1
Auto Trait Implementations§
impl Freeze for EconomicRequestKeyV1
impl RefUnwindSafe for EconomicRequestKeyV1
impl Send for EconomicRequestKeyV1
impl Sync for EconomicRequestKeyV1
impl Unpin for EconomicRequestKeyV1
impl UnsafeUnpin for EconomicRequestKeyV1
impl UnwindSafe for EconomicRequestKeyV1
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