pub struct TestOrdererStateInner {
pub my_id: MemberId,
pub group_store: TestGroupStore,
pub orderer_y: PartialOrdererState<MessageId>,
pub messages: HashMap<MessageId, TestOperation>,
pub rng: StdRng,
}Fields§
§my_id: MemberId§group_store: TestGroupStore§orderer_y: PartialOrdererState<MessageId>§messages: HashMap<MessageId, TestOperation>§rng: StdRngTrait Implementations§
Source§impl Clone for TestOrdererStateInner
impl Clone for TestOrdererStateInner
Source§fn clone(&self) -> TestOrdererStateInner
fn clone(&self) -> TestOrdererStateInner
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 moreAuto Trait Implementations§
impl Freeze for TestOrdererStateInner
impl !RefUnwindSafe for TestOrdererStateInner
impl !Send for TestOrdererStateInner
impl !Sync for TestOrdererStateInner
impl Unpin for TestOrdererStateInner
impl !UnwindSafe for TestOrdererStateInner
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