pub struct RowFragment { /* private fields */ }Implementations§
Source§impl RowFragment
impl RowFragment
pub fn new(path: PathBuf) -> Self
pub fn insert_blank(&mut self, row: NonZeroU32)
pub fn pop(&mut self) -> Option<NonZeroU32>
pub fn serial_increment(&mut self) -> NonZeroU32
Auto Trait Implementations§
impl Freeze for RowFragment
impl RefUnwindSafe for RowFragment
impl Send for RowFragment
impl Sync for RowFragment
impl Unpin for RowFragment
impl UnwindSafe for RowFragment
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