pub struct Transfer { /* private fields */ }Implementations§
Source§impl Transfer
impl Transfer
pub fn amount_to(amount: impl Into<Nat>, to: impl Into<Account>) -> Self
pub fn from_subaccount(self, from_subaccount: Subaccount) -> Self
pub fn fee(self, fee: impl Into<Nat>) -> Self
pub fn created_at_time(self, time: u64) -> Self
pub fn memo(self, memo: impl Into<Vec<u8>>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Transfer
impl RefUnwindSafe for Transfer
impl Send for Transfer
impl Sync for Transfer
impl Unpin for Transfer
impl UnwindSafe for Transfer
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