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