Struct test_harness::deposits::Deposit
source · pub struct Deposit {
pub channel: Channel,
pub token: TokenInfo,
pub address: Address,
pub outpace_amount: BigNum,
}
Fields
channel: Channel
token: TokenInfo
address: Address
outpace_amount: BigNum
In native token precision
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Deposit
impl Send for Deposit
impl Sync for Deposit
impl Unpin for Deposit
impl UnwindSafe for Deposit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more