pub struct SendBalance {
pub recipient: Address,
pub token_identifier: BoxedBytes,
pub amount: BigUint,
}Fields§
§recipient: Address§token_identifier: BoxedBytes§amount: BigUintTrait Implementations§
Auto Trait Implementations§
impl Freeze for SendBalance
impl RefUnwindSafe for SendBalance
impl Send for SendBalance
impl Sync for SendBalance
impl Unpin for SendBalance
impl UnwindSafe for SendBalance
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