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