pub struct VoteQuestion;Trait Implementations§
Auto Trait Implementations§
impl Freeze for VoteQuestion
impl RefUnwindSafe for VoteQuestion
impl Send for VoteQuestion
impl Sync for VoteQuestion
impl Unpin for VoteQuestion
impl UnsafeUnpin for VoteQuestion
impl UnwindSafe for VoteQuestion
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