pub enum LazyMap {}Trait Implementations§
Source§impl<M, L> BstDataAccess<LazyMap> for TreapData<M, L>
impl<M, L> BstDataAccess<LazyMap> for TreapData<M, L>
Auto Trait Implementations§
impl Freeze for LazyMap
impl RefUnwindSafe for LazyMap
impl Send for LazyMap
impl Sync for LazyMap
impl Unpin for LazyMap
impl UnsafeUnpin for LazyMap
impl UnwindSafe for LazyMap
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