pub struct BTreeHandleStore { /* private fields */ }Expand description
In-memory HandleStore keyed by HandleId with a reverse value index;
the kernel default.
Implementations§
Trait Implementations§
Source§impl Clone for BTreeHandleStore
impl Clone for BTreeHandleStore
Source§fn clone(&self) -> BTreeHandleStore
fn clone(&self) -> BTreeHandleStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BTreeHandleStore
impl Debug for BTreeHandleStore
Source§impl Default for BTreeHandleStore
impl Default for BTreeHandleStore
Source§fn default() -> BTreeHandleStore
fn default() -> BTreeHandleStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for BTreeHandleStore
impl !UnwindSafe for BTreeHandleStore
impl Freeze for BTreeHandleStore
impl Send for BTreeHandleStore
impl Sync for BTreeHandleStore
impl Unpin for BTreeHandleStore
impl UnsafeUnpin for BTreeHandleStore
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