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