pub struct TimelessActionRecord {
pub user: i32,
pub item: i32,
pub nactions: i32,
}
Expand description
Record for a single output action without time.
Fields§
§user: i32
§item: i32
§nactions: i32
Trait Implementations§
Source§impl Debug for TimelessActionRecord
impl Debug for TimelessActionRecord
Source§impl FromActionSet for TimelessActionRecord
impl FromActionSet for TimelessActionRecord
Source§impl RecordWriter<TimelessActionRecord> for &[TimelessActionRecord]
impl RecordWriter<TimelessActionRecord> for &[TimelessActionRecord]
fn write_to_row_group<W: Write + Send>( &self, row_group_writer: &mut SerializedRowGroupWriter<'_, W>, ) -> Result<(), ParquetError>
Auto Trait Implementations§
impl Freeze for TimelessActionRecord
impl RefUnwindSafe for TimelessActionRecord
impl Send for TimelessActionRecord
impl Sync for TimelessActionRecord
impl Unpin for TimelessActionRecord
impl UnwindSafe for TimelessActionRecord
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