Struct fuel_core_interfaces::model::Vote
source · [−]pub struct Vote { /* private fields */ }Expand description
A vote from a validator.
This is a dummy placeholder for the Vote Struct in fuel-bft
Trait Implementations
impl Copy for Vote
impl Eq for Vote
impl StructuralEq for Vote
impl StructuralPartialEq for Vote
Auto Trait Implementations
impl RefUnwindSafe for Vote
impl Send for Vote
impl Sync for Vote
impl Unpin for Vote
impl UnwindSafe for Vote
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more