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