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