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