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