pub struct VersionGetStats { /* private fields */ }
Expand description
| Lookup the value for key. If found, store it | in *val and return OK. Else return a non-OK | status. Fills *stats. | | REQUIRES: lock is not held
Auto Trait Implementations§
impl Freeze for VersionGetStats
impl RefUnwindSafe for VersionGetStats
impl !Send for VersionGetStats
impl !Sync for VersionGetStats
impl Unpin for VersionGetStats
impl UnwindSafe for VersionGetStats
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