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