pub struct SkipEntry {
pub key: i64,
pub value: String,
}Fields§
§key: i64§value: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SkipEntry
impl RefUnwindSafe for SkipEntry
impl Send for SkipEntry
impl Sync for SkipEntry
impl Unpin for SkipEntry
impl UnsafeUnpin for SkipEntry
impl UnwindSafe for SkipEntry
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