pub struct DBRecord { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DBRecord
impl RefUnwindSafe for DBRecord
impl Send for DBRecord
impl Sync for DBRecord
impl Unpin for DBRecord
impl UnwindSafe for DBRecord
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