pub struct ReadRecordBuilder { /* private fields */ }
Expand description
Builder for a read record request.
Implementations§
Source§impl ReadRecordBuilder
impl ReadRecordBuilder
Sourcepub fn timestamp(self, timestamp: SystemTime) -> Self
pub fn timestamp(self, timestamp: SystemTime) -> Self
Set the timestamp of the record to read.
Sourcepub fn timestamp_us(self, timestamp: u64) -> Self
pub fn timestamp_us(self, timestamp: u64) -> Self
Set the timestamp of the record to read as a unix timestamp in microseconds.
Auto Trait Implementations§
impl Freeze for ReadRecordBuilder
impl !RefUnwindSafe for ReadRecordBuilder
impl Send for ReadRecordBuilder
impl Sync for ReadRecordBuilder
impl Unpin for ReadRecordBuilder
impl !UnwindSafe for ReadRecordBuilder
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