Struct sanakirja_core::btree::put::Ok
source · pub struct Ok {
pub page: MutPage,
pub freed: u64,
}
Expand description
The representation of the update to a page.
Fields§
§page: MutPage
The new page, possibly the same as the previous version.
freed: u64
The freed page, or 0 if no page was freed.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Ok
impl Send for Ok
impl Sync for Ok
impl Unpin for Ok
impl UnwindSafe for Ok
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