pub struct RowStamps {
pub row_number: Option<RowNumber>,
pub partition: Option<Partition>,
pub created_at: Option<DateTime>,
pub updated_at: Option<DateTime>,
pub time: Option<DateTime>,
}Fields§
§row_number: Option<RowNumber>§partition: Option<Partition>§created_at: Option<DateTime>§updated_at: Option<DateTime>§time: Option<DateTime>Trait Implementations§
impl Copy for RowStamps
impl StructuralPartialEq for RowStamps
Auto Trait Implementations§
impl Freeze for RowStamps
impl RefUnwindSafe for RowStamps
impl Send for RowStamps
impl Sync for RowStamps
impl Unpin for RowStamps
impl UnsafeUnpin for RowStamps
impl UnwindSafe for RowStamps
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