pub struct RaftNetworkFactory { /* private fields */ }Expand description
Factory that creates per-peer RaftNetworkClient instances.
The node.addr field in BasicNode must contain "ip:raft_port".
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RaftNetworkFactory
impl RefUnwindSafe for RaftNetworkFactory
impl Send for RaftNetworkFactory
impl Sync for RaftNetworkFactory
impl Unpin for RaftNetworkFactory
impl UnsafeUnpin for RaftNetworkFactory
impl UnwindSafe for RaftNetworkFactory
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