pub struct Proposer { /* private fields */ }
Expand description
The proposer serves the state’s requests and provides network events to it.
Implementations§
Auto Trait Implementations§
impl !Freeze for Proposer
impl !RefUnwindSafe for Proposer
impl !Send for Proposer
impl !Sync for Proposer
impl Unpin for Proposer
impl !UnwindSafe for Proposer
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