pub struct RaftNode { /* private fields */ }Expand description
Raft node wrapper
Implementations§
Source§impl RaftNode
impl RaftNode
Auto Trait Implementations§
impl Freeze for RaftNode
impl !RefUnwindSafe for RaftNode
impl Send for RaftNode
impl Sync for RaftNode
impl Unpin for RaftNode
impl !UnwindSafe for RaftNode
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