pub struct PaymentCreatedIndexStruct {
pub index: PaymentCreatedIndex,
}Expand description
Upgradeable API struct for a payment index.
Fields§
§index: PaymentCreatedIndexThe index of the payment to be fetched.
Trait Implementations§
Source§impl Debug for PaymentCreatedIndexStruct
impl Debug for PaymentCreatedIndexStruct
Source§impl<'de> Deserialize<'de> for PaymentCreatedIndexStruct
impl<'de> Deserialize<'de> for PaymentCreatedIndexStruct
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 StructuralPartialEq for PaymentCreatedIndexStruct
Auto Trait Implementations§
impl Freeze for PaymentCreatedIndexStruct
impl RefUnwindSafe for PaymentCreatedIndexStruct
impl Send for PaymentCreatedIndexStruct
impl Sync for PaymentCreatedIndexStruct
impl Unpin for PaymentCreatedIndexStruct
impl UnsafeUnpin for PaymentCreatedIndexStruct
impl UnwindSafe for PaymentCreatedIndexStruct
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