pub struct BondLifecycleObservation {
pub chain_id: String,
pub vault_id: String,
pub snapshot: EvmBondSnapshot,
pub status: BondLifecycleStatus,
pub recovery_action: Option<SettlementRecoveryAction>,
}Fields§
§chain_id: String§vault_id: String§snapshot: EvmBondSnapshot§status: BondLifecycleStatus§recovery_action: Option<SettlementRecoveryAction>Trait Implementations§
Source§impl Clone for BondLifecycleObservation
impl Clone for BondLifecycleObservation
Source§fn clone(&self) -> BondLifecycleObservation
fn clone(&self) -> BondLifecycleObservation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BondLifecycleObservation
impl Debug for BondLifecycleObservation
Source§impl<'de> Deserialize<'de> for BondLifecycleObservation
impl<'de> Deserialize<'de> for BondLifecycleObservation
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
Auto Trait Implementations§
impl Freeze for BondLifecycleObservation
impl RefUnwindSafe for BondLifecycleObservation
impl Send for BondLifecycleObservation
impl Sync for BondLifecycleObservation
impl Unpin for BondLifecycleObservation
impl UnsafeUnpin for BondLifecycleObservation
impl UnwindSafe for BondLifecycleObservation
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