pub struct OpenChunk<Rec> {
pub chunk: Chunk<Rec>,
/* private fields */
}Fields§
§chunk: Chunk<Rec>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Rec> Freeze for OpenChunk<Rec>
impl<Rec> RefUnwindSafe for OpenChunk<Rec>where
Rec: RefUnwindSafe,
impl<Rec> Send for OpenChunk<Rec>where
Rec: Send,
impl<Rec> Sync for OpenChunk<Rec>where
Rec: Sync,
impl<Rec> Unpin for OpenChunk<Rec>where
Rec: Unpin,
impl<Rec> UnsafeUnpin for OpenChunk<Rec>
impl<Rec> UnwindSafe for OpenChunk<Rec>where
Rec: UnwindSafe,
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