Enum raft_engine::internals::LogQueue
source · [−]#[repr(u8)]
pub enum LogQueue {
Append,
Rewrite,
}Expand description
The type of log queue.
Variants
Append
Rewrite
Trait Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more