pub struct TestIncomingOutput {
pub value: u64,
pub to_address: String,
}
Fields§
§value: u64
§to_address: String
Implementations§
Trait Implementations§
Source§impl Clone for TestIncomingOutput
impl Clone for TestIncomingOutput
Source§fn clone(&self) -> TestIncomingOutput
fn clone(&self) -> TestIncomingOutput
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 TestIncomingOutput
impl RefUnwindSafe for TestIncomingOutput
impl Send for TestIncomingOutput
impl Sync for TestIncomingOutput
impl Unpin for TestIncomingOutput
impl UnwindSafe for TestIncomingOutput
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