pub struct RowHint {
pub header: RowHintHeader,
pub key: Vec<u8>,
}Fields§
§header: RowHintHeader§key: Vec<u8>Trait Implementations§
impl Eq for RowHint
impl StructuralPartialEq for RowHint
Auto Trait Implementations§
impl Freeze for RowHint
impl RefUnwindSafe for RowHint
impl Send for RowHint
impl Sync for RowHint
impl Unpin for RowHint
impl UnwindSafe for RowHint
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