pub enum PollField {
DurationMinutes,
EndDatetime,
Id,
Options,
VotingStatus,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PollField
impl RefUnwindSafe for PollField
impl Send for PollField
impl Sync for PollField
impl Unpin for PollField
impl UnsafeUnpin for PollField
impl UnwindSafe for PollField
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