pub struct Parameters {
pub round_idx: u64,
pub round_id: [u8; 32],
pub transaction_id: [u8; 32],
pub sender: [u8; 32],
pub amount: u64,
/* private fields */
}Fields§
§round_idx: u64§round_id: [u8; 32]§transaction_id: [u8; 32]§sender: [u8; 32]§amount: u64Implementations§
Source§impl Parameters
impl Parameters
Trait Implementations§
Source§impl Default for Parameters
impl Default for Parameters
Source§fn default() -> Parameters
fn default() -> Parameters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Parameters
impl RefUnwindSafe for Parameters
impl Send for Parameters
impl Sync for Parameters
impl Unpin for Parameters
impl UnwindSafe for Parameters
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