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