pub struct AllocationUpdate {
pub total_amount: Option<BigDecimal>,
pub timeout: Option<DateTime<Utc>>,
pub deposit: Option<DepositUpdate>,
}Fields§
§total_amount: Option<BigDecimal>§timeout: Option<DateTime<Utc>>§deposit: Option<DepositUpdate>Trait Implementations§
Source§impl Clone for AllocationUpdate
impl Clone for AllocationUpdate
Source§fn clone(&self) -> AllocationUpdate
fn clone(&self) -> AllocationUpdate
Returns a duplicate 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§impl Serialize for AllocationUpdate
impl Serialize for AllocationUpdate
impl StructuralPartialEq for AllocationUpdate
Auto Trait Implementations§
impl Freeze for AllocationUpdate
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