pub struct ValueHandle {
pub segment_id: u64,
pub offset: u64,
}Expand description
A value handle points into the value log
Fields§
§segment_id: u64Segment ID
offset: u64Offset in file
Trait Implementations§
Source§impl Clone for ValueHandle
impl Clone for ValueHandle
Source§fn clone(&self) -> ValueHandle
fn clone(&self) -> ValueHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ValueHandle
impl Debug for ValueHandle
Source§impl Hash for ValueHandle
impl Hash for ValueHandle
Source§impl PartialEq for ValueHandle
impl PartialEq for ValueHandle
impl Eq for ValueHandle
impl StructuralPartialEq for ValueHandle
Auto Trait Implementations§
impl Freeze for ValueHandle
impl RefUnwindSafe for ValueHandle
impl Send for ValueHandle
impl Sync for ValueHandle
impl Unpin for ValueHandle
impl UnwindSafe for ValueHandle
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