pub struct SCPBallot {
pub counter: uint32,
pub value: Value,
}Fields§
§counter: uint32§value: ValueTrait Implementations§
impl Eq for SCPBallot
impl StructuralPartialEq for SCPBallot
Auto Trait Implementations§
impl Freeze for SCPBallot
impl RefUnwindSafe for SCPBallot
impl Send for SCPBallot
impl Sync for SCPBallot
impl Unpin for SCPBallot
impl UnwindSafe for SCPBallot
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