Struct ya_client_model::payment::allocation::AllocationUpdate
source · pub struct AllocationUpdate {
pub total_amount: Option<BigDecimal>,
pub timeout: Option<DateTime<Utc>>,
}Fields§
§total_amount: Option<BigDecimal>§timeout: Option<DateTime<Utc>>Trait Implementations§
source§impl Clone for AllocationUpdate
impl Clone for AllocationUpdate
source§fn clone(&self) -> AllocationUpdate
fn clone(&self) -> AllocationUpdate
Returns a copy of the value. Read more
1.0.0 · 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 AllocationUpdate
impl Debug for AllocationUpdate
source§impl<'de> Deserialize<'de> for AllocationUpdate
impl<'de> Deserialize<'de> for AllocationUpdate
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 PartialEq for AllocationUpdate
impl PartialEq for AllocationUpdate
source§fn eq(&self, other: &AllocationUpdate) -> bool
fn eq(&self, other: &AllocationUpdate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AllocationUpdate
impl Serialize for AllocationUpdate
impl StructuralPartialEq for AllocationUpdate
Auto Trait Implementations§
impl RefUnwindSafe for AllocationUpdate
impl Send for AllocationUpdate
impl Sync for AllocationUpdate
impl Unpin for AllocationUpdate
impl UnwindSafe for AllocationUpdate
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