pub struct targetAmount;
Trait Implementations§
Source§impl Field for targetAmount
impl Field for targetAmount
impl HasInputField<targetAmount, Option<f64>> for CreateElectionCandidateDataInput
Auto Trait Implementations§
impl Freeze for targetAmount
impl RefUnwindSafe for targetAmount
impl Send for targetAmount
impl Sync for targetAmount
impl Unpin for targetAmount
impl UnwindSafe for targetAmount
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