pub struct UpdateChainConfirmationTimes {
pub chain: Chain,
pub confirmation_times: Ex3Uint,
}Expand description
Update the confirmation times for a specific network and chain
Fields§
§chain: ChainThe chain of tokens belongs to
confirmation_times: Ex3UintThe confirmation time of the tx of the token can be confirmed
Trait Implementations§
Source§impl Clone for UpdateChainConfirmationTimes
impl Clone for UpdateChainConfirmationTimes
Source§fn clone(&self) -> UpdateChainConfirmationTimes
fn clone(&self) -> UpdateChainConfirmationTimes
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 UpdateChainConfirmationTimes
impl Debug for UpdateChainConfirmationTimes
Source§impl<'de> Deserialize<'de> for UpdateChainConfirmationTimes
impl<'de> Deserialize<'de> for UpdateChainConfirmationTimes
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 UpdateChainConfirmationTimes
impl PartialEq for UpdateChainConfirmationTimes
Source§fn eq(&self, other: &UpdateChainConfirmationTimes) -> bool
fn eq(&self, other: &UpdateChainConfirmationTimes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdateChainConfirmationTimes
impl StructuralPartialEq for UpdateChainConfirmationTimes
Auto Trait Implementations§
impl Freeze for UpdateChainConfirmationTimes
impl RefUnwindSafe for UpdateChainConfirmationTimes
impl Send for UpdateChainConfirmationTimes
impl Sync for UpdateChainConfirmationTimes
impl Unpin for UpdateChainConfirmationTimes
impl UnwindSafe for UpdateChainConfirmationTimes
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