pub enum WarpVoteOp {
All,
Any,
Ballot,
}Expand description
Warp vote operations.
Variants§
Trait Implementations§
Source§impl Clone for WarpVoteOp
impl Clone for WarpVoteOp
Source§fn clone(&self) -> WarpVoteOp
fn clone(&self) -> WarpVoteOp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WarpVoteOp
impl Debug for WarpVoteOp
Source§impl PartialEq for WarpVoteOp
impl PartialEq for WarpVoteOp
impl Copy for WarpVoteOp
impl Eq for WarpVoteOp
impl StructuralPartialEq for WarpVoteOp
Auto Trait Implementations§
impl Freeze for WarpVoteOp
impl RefUnwindSafe for WarpVoteOp
impl Send for WarpVoteOp
impl Sync for WarpVoteOp
impl Unpin for WarpVoteOp
impl UnwindSafe for WarpVoteOp
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