pub enum VoteTarget {
Topic(TopicId),
Reply(TopicId, ReplyId),
}Expand description
Vote target
Variants§
Auto Trait Implementations§
impl Freeze for VoteTarget
impl RefUnwindSafe for VoteTarget
impl Send for VoteTarget
impl Sync for VoteTarget
impl Unpin for VoteTarget
impl UnwindSafe for VoteTarget
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