Struct TransactionVote
#[repr(transparent)]pub struct TransactionVote(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for TransactionVote
impl Clone for TransactionVote
§fn clone(&self) -> TransactionVote
fn clone(&self) -> TransactionVote
Returns a copy 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 more§impl Debug for TransactionVote
impl Debug for TransactionVote
§impl Default for TransactionVote
impl Default for TransactionVote
§fn default() -> TransactionVote
fn default() -> TransactionVote
Returns the “default value” for a type. Read more
§impl PartialEq for TransactionVote
impl PartialEq for TransactionVote
impl Copy for TransactionVote
impl Eq for TransactionVote
impl StructuralPartialEq for TransactionVote
Auto Trait Implementations§
impl Freeze for TransactionVote
impl RefUnwindSafe for TransactionVote
impl Send for TransactionVote
impl Sync for TransactionVote
impl Unpin for TransactionVote
impl UnwindSafe for TransactionVote
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