pub struct ILifter<'r, R: RecordResolvable, MV> {
pub reader: MemoryReader<MV>,
pub resolver: &'r R,
}Fields
reader: MemoryReader<MV>resolver: &'r RImplementations
sourceimpl<'r, R: RecordResolvable, MV: for<'a> SequentialMemoryView<'a>> ILifter<'r, R, MV>
impl<'r, R: RecordResolvable, MV: for<'a> SequentialMemoryView<'a>> ILifter<'r, R, MV>
Auto Trait Implementations
impl<'r, R, MV> RefUnwindSafe for ILifter<'r, R, MV> where
MV: RefUnwindSafe,
R: RefUnwindSafe,
impl<'r, R, MV> Send for ILifter<'r, R, MV> where
MV: Send,
R: Sync,
impl<'r, R, MV> Sync for ILifter<'r, R, MV> where
MV: Sync,
R: Sync,
impl<'r, R, MV> Unpin for ILifter<'r, R, MV> where
MV: Unpin,
impl<'r, R, MV> UnwindSafe for ILifter<'r, R, MV> where
MV: UnwindSafe,
R: RefUnwindSafe,
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