pub struct AddDiscussionPollVotePayload;
Trait Implementations§
Source§impl HasField<pollOption> for AddDiscussionPollVotePayload
impl HasField<pollOption> for AddDiscussionPollVotePayload
Source§type Type = Option<DiscussionPollOption>
type Type = Option<DiscussionPollOption>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for AddDiscussionPollVotePayload
impl RefUnwindSafe for AddDiscussionPollVotePayload
impl Send for AddDiscussionPollVotePayload
impl Sync for AddDiscussionPollVotePayload
impl Unpin for AddDiscussionPollVotePayload
impl UnwindSafe for AddDiscussionPollVotePayload
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