pub struct UpdatePaymentBody { /* private fields */ }Trait Implementations§
Source§impl Debug for UpdatePaymentBody
impl Debug for UpdatePaymentBody
Source§impl Default for UpdatePaymentBody
impl Default for UpdatePaymentBody
Source§fn default() -> UpdatePaymentBody
fn default() -> UpdatePaymentBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdatePaymentBody
impl<'de> Deserialize<'de> for UpdatePaymentBody
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 Serialize for UpdatePaymentBody
impl Serialize for UpdatePaymentBody
Source§impl Validate for UpdatePaymentBody
impl Validate for UpdatePaymentBody
Auto Trait Implementations§
impl Freeze for UpdatePaymentBody
impl RefUnwindSafe for UpdatePaymentBody
impl Send for UpdatePaymentBody
impl Sync for UpdatePaymentBody
impl Unpin for UpdatePaymentBody
impl UnwindSafe for UpdatePaymentBody
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