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