pub struct InternalTransfersService { /* private fields */ }Implementations§
Source§impl InternalTransfersService
impl InternalTransfersService
pub fn new(ctx: ServiceContext) -> Self
Source§impl InternalTransfersService
impl InternalTransfersService
Sourcepub async fn create(
&self,
params: CreateInternalTransferParams,
) -> Result<InternalTransferResult>
pub async fn create( &self, params: CreateInternalTransferParams, ) -> Result<InternalTransferResult>
Create an internal transfer. Quantity must be an crate::types::AssetAmount.
Trait Implementations§
Source§impl Clone for InternalTransfersService
impl Clone for InternalTransfersService
Source§fn clone(&self) -> InternalTransfersService
fn clone(&self) -> InternalTransfersService
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 moreAuto Trait Implementations§
impl !Freeze for InternalTransfersService
impl !RefUnwindSafe for InternalTransfersService
impl !UnwindSafe for InternalTransfersService
impl Send for InternalTransfersService
impl Sync for InternalTransfersService
impl Unpin for InternalTransfersService
impl UnsafeUnpin for InternalTransfersService
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