pub struct DepositUpdate {
pub validate: Option<ValidateDepositCall>,
}Fields§
§validate: Option<ValidateDepositCall>Trait Implementations§
Source§impl Clone for DepositUpdate
impl Clone for DepositUpdate
Source§fn clone(&self) -> DepositUpdate
fn clone(&self) -> DepositUpdate
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 DepositUpdate
impl Debug for DepositUpdate
Source§impl<'de> Deserialize<'de> for DepositUpdate
impl<'de> Deserialize<'de> for DepositUpdate
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 DepositUpdate
impl PartialEq for DepositUpdate
Source§impl Serialize for DepositUpdate
impl Serialize for DepositUpdate
impl StructuralPartialEq for DepositUpdate
Auto Trait Implementations§
impl Freeze for DepositUpdate
impl RefUnwindSafe for DepositUpdate
impl Send for DepositUpdate
impl Sync for DepositUpdate
impl Unpin for DepositUpdate
impl UnwindSafe for DepositUpdate
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