pub struct pollQuestion;
Trait Implementations§
Source§impl Field for pollQuestion
impl Field for pollQuestion
Source§impl HasArgument<version> for pollQuestion
impl HasArgument<version> for pollQuestion
Source§impl HasField<pollQuestion> for ForumEvent
impl HasField<pollQuestion> for ForumEvent
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