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