pub struct PreparedBondLock {
pub vault_id: String,
pub bond_id_hash: String,
pub facility_id_hash: String,
pub operator_key_hash: String,
pub collateral_minor_units: u128,
pub reserve_requirement_minor_units: u128,
/* private fields */
}Fields§
§vault_id: String§bond_id_hash: String§facility_id_hash: String§operator_key_hash: String§collateral_minor_units: u128§reserve_requirement_minor_units: u128Implementations§
Source§impl PreparedBondLock
impl PreparedBondLock
pub const fn call(&self) -> &PreparedEvmCall
Trait Implementations§
Source§impl Clone for PreparedBondLock
impl Clone for PreparedBondLock
Source§fn clone(&self) -> PreparedBondLock
fn clone(&self) -> PreparedBondLock
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 PreparedBondLock
impl Debug for PreparedBondLock
impl Eq for PreparedBondLock
Source§impl PartialEq for PreparedBondLock
impl PartialEq for PreparedBondLock
impl PreparedEvmSubmission for PreparedBondLock
Source§impl Serialize for PreparedBondLock
impl Serialize for PreparedBondLock
impl StructuralPartialEq for PreparedBondLock
Auto Trait Implementations§
impl Freeze for PreparedBondLock
impl RefUnwindSafe for PreparedBondLock
impl Send for PreparedBondLock
impl Sync for PreparedBondLock
impl Unpin for PreparedBondLock
impl UnsafeUnpin for PreparedBondLock
impl UnwindSafe for PreparedBondLock
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