Struct sql_ops::partition::PartitionedRelationMutSlice
source · [−]pub struct PartitionedRelationMutSlice<'a, T> { /* private fields */ }
Expand description
A mutable slice that references part of a PartitionedRelation
.
Effectively a mutable slice containing additional metadata about the chunk.
The purpose is to allow thread-safe writes to a PartitionedRelation
.
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for PartitionedRelationMutSlice<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for PartitionedRelationMutSlice<'a, T> where
T: Send,
impl<'a, T> Sync for PartitionedRelationMutSlice<'a, T> where
T: Sync,
impl<'a, T> Unpin for PartitionedRelationMutSlice<'a, T>
impl<'a, T> !UnwindSafe for PartitionedRelationMutSlice<'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