pub struct FileValues<'a, S>{ /* private fields */ }
Expand description
A value holding a statement temporary for starting an iterator over the Values of a value file. I couldn’t seem to get the code to work without this.
Implementations§
Auto Trait Implementations§
impl<'a, S> Freeze for FileValues<'a, S>where
S: Freeze,
impl<'a, S> RefUnwindSafe for FileValues<'a, S>where
S: RefUnwindSafe,
impl<'a, S> Send for FileValues<'a, S>where
S: Send,
impl<'a, S> Sync for FileValues<'a, S>where
S: Sync,
impl<'a, S> Unpin for FileValues<'a, S>where
S: Unpin,
impl<'a, S> UnwindSafe for FileValues<'a, S>where
S: UnwindSafe,
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