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