pub struct Record { /* private fields */ }Expand description
Everything under one key, lifted out so it can be put somewhere else.
It owns what it holds. A record taken out of a database survives that database being written to, flushed or dropped, which is what makes it safe to carry between two of them.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Record
impl !RefUnwindSafe for Record
impl !Sync for Record
impl !UnwindSafe for Record
impl Send for Record
impl Unpin for Record
impl UnsafeUnpin for Record
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