Enum raft_engine::internals::LogQueue
source · #[repr(u8)]pub enum LogQueue {
Append,
Rewrite,
}Expand description
The type of log queue.
Variants§
Trait Implementations§
source§impl PartialEq<LogQueue> for LogQueue
impl PartialEq<LogQueue> for LogQueue
impl Copy for LogQueue
impl Eq for LogQueue
impl StructuralEq for LogQueue
impl StructuralPartialEq for LogQueue
Auto Trait Implementations§
impl RefUnwindSafe for LogQueue
impl Send for LogQueue
impl Sync for LogQueue
impl Unpin for LogQueue
impl UnwindSafe for LogQueue
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