pub struct MemoryBlockLoader<V> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<V: Send + Sync + Eq + Hash + Display> BlockLoader<V> for MemoryBlockLoader<V>
impl<V: Send + Sync + Eq + Hash + Display> BlockLoader<V> for MemoryBlockLoader<V>
Source§impl<V: Clone> Clone for MemoryBlockLoader<V>
impl<V: Clone> Clone for MemoryBlockLoader<V>
Source§fn clone(&self) -> MemoryBlockLoader<V>
fn clone(&self) -> MemoryBlockLoader<V>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<V> Sync for MemoryBlockLoader<V>
Auto Trait Implementations§
impl<V> Freeze for MemoryBlockLoader<V>
impl<V> !RefUnwindSafe for MemoryBlockLoader<V>
impl<V> !Send for MemoryBlockLoader<V>
impl<V> Unpin for MemoryBlockLoader<V>
impl<V> !UnwindSafe for MemoryBlockLoader<V>
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