pub struct StringLines { /* private fields */ }
Expand description
Raw persistent database for storing string lines.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringLines
impl RefUnwindSafe for StringLines
impl Send for StringLines
impl Sync for StringLines
impl Unpin for StringLines
impl UnwindSafe for StringLines
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