Struct sql_ops::partition::PartitionOffsetsMutSlice
source · [−]pub struct PartitionOffsetsMutSlice<'a, T: DeviceCopy> { /* private fields */ }
Expand description
A mutable slice that references the PartitionOffsets
of one partition.
Effectively a mutable slice containing additional metadata about the chunk.
The purpose is to allow thread-safe writes to PartitionOffsets
.
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for PartitionOffsetsMutSlice<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for PartitionOffsetsMutSlice<'a, T> where
T: Send,
impl<'a, T> Sync for PartitionOffsetsMutSlice<'a, T> where
T: Sync,
impl<'a, T> Unpin for PartitionOffsetsMutSlice<'a, T> where
T: Unpin,
impl<'a, T> !UnwindSafe for PartitionOffsetsMutSlice<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more