Struct raft_engine::internals::LogFileContext
source · pub struct LogFileContext {
pub id: FileId,
pub version: Version,
}Fields§
§id: FileId§version: VersionImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for LogFileContext
impl Send for LogFileContext
impl Sync for LogFileContext
impl Unpin for LogFileContext
impl UnwindSafe for LogFileContext
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