pub enum VoteType {
ServerVoteTransactorDropOff,
ClientVoteTransactorDropOff,
}Variants§
Trait Implementations§
Source§impl BorshDeserialize for VoteType
impl BorshDeserialize for VoteType
Source§impl BorshSerialize for VoteType
impl BorshSerialize for VoteType
impl Eq for VoteType
impl StructuralPartialEq for VoteType
Auto Trait Implementations§
impl Freeze for VoteType
impl RefUnwindSafe for VoteType
impl Send for VoteType
impl Sync for VoteType
impl Unpin for VoteType
impl UnwindSafe for VoteType
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