pub struct ResidentRowParallel { /* private fields */ }Auto Trait Implementations§
impl Freeze for ResidentRowParallel
impl RefUnwindSafe for ResidentRowParallel
impl Send for ResidentRowParallel
impl Sync for ResidentRowParallel
impl Unpin for ResidentRowParallel
impl UnsafeUnpin for ResidentRowParallel
impl UnwindSafe for ResidentRowParallel
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