pub struct KeyTable { /* private fields */ }Expand description
The sorted table.
Implementations§
Trait Implementations§
impl Eq for KeyTable
impl StructuralPartialEq for KeyTable
Auto Trait Implementations§
impl Freeze for KeyTable
impl RefUnwindSafe for KeyTable
impl Send for KeyTable
impl Sync for KeyTable
impl Unpin for KeyTable
impl UnsafeUnpin for KeyTable
impl UnwindSafe for KeyTable
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