pub struct pollOption;Trait Implementations§
Source§impl Field for pollOption
impl Field for pollOption
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 pollOption
impl RefUnwindSafe for pollOption
impl Send for pollOption
impl Sync for pollOption
impl Unpin for pollOption
impl UnwindSafe for pollOption
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