pub struct Line<'a, Map: MemoryMap, Access: Accessor> { /* private fields */ }Expand description
A line from a memory mapped text database.
Implementations§
Auto Trait Implementations§
impl<'a, Map, Access> Freeze for Line<'a, Map, Access>
impl<'a, Map, Access> RefUnwindSafe for Line<'a, Map, Access>where
Access: RefUnwindSafe,
Map: RefUnwindSafe,
impl<'a, Map, Access> Send for Line<'a, Map, Access>
impl<'a, Map, Access> Sync for Line<'a, Map, Access>
impl<'a, Map, Access> Unpin for Line<'a, Map, Access>
impl<'a, Map, Access> UnwindSafe for Line<'a, Map, Access>where
Access: RefUnwindSafe,
Map: RefUnwindSafe,
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