pub struct RoundOutput { /* private fields */ }
Implementations§
Source§impl RoundOutput
impl RoundOutput
pub fn new_virtual(address: ArkAddress, amount: Amount) -> Self
pub fn new_on_chain(address: Address, amount: Amount) -> Self
pub fn address(&self) -> &RoundOutputAddress
pub fn amount(&self) -> Amount
Trait Implementations§
Source§impl Clone for RoundOutput
impl Clone for RoundOutput
Source§fn clone(&self) -> RoundOutput
fn clone(&self) -> RoundOutput
Returns a duplicate of the value. Read more
1.0.0 · 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 RoundOutput
impl RefUnwindSafe for RoundOutput
impl Send for RoundOutput
impl Sync for RoundOutput
impl Unpin for RoundOutput
impl UnwindSafe for RoundOutput
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