pub struct FieldRef<'a, T> { /* private fields */ }
Expand description
‘reference’ to a field in a dBase file.
- Allows to read the field content via Self::read or Self::read_as
- Allows to overwrite the field content via Self::write
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for FieldRef<'a, T>
impl<'a, T> Send for FieldRef<'a, T>where
T: Send,
impl<'a, T> !Sync for FieldRef<'a, T>
impl<'a, T> Unpin for FieldRef<'a, T>
impl<'a, T> !UnwindSafe for FieldRef<'a, T>
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