pub struct SkipList { /* private fields */ }Expand description
An opaque C struct representing a skip list used during serialisation.
Auto Trait Implementations§
impl Freeze for SkipList
impl RefUnwindSafe for SkipList
impl !Send for SkipList
impl !Sync for SkipList
impl !Unpin for SkipList
impl UnwindSafe for SkipList
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