pub struct ExplorerRow {
pub realtime_usec: u64,
pub cursor: String,
pub payloads: Vec<Vec<u8>>,
}Fields§
§realtime_usec: u64§cursor: String§payloads: Vec<Vec<u8>>Trait Implementations§
Source§impl Clone for ExplorerRow
impl Clone for ExplorerRow
Source§fn clone(&self) -> ExplorerRow
fn clone(&self) -> ExplorerRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExplorerRow
impl RefUnwindSafe for ExplorerRow
impl Send for ExplorerRow
impl Sync for ExplorerRow
impl Unpin for ExplorerRow
impl UnsafeUnpin for ExplorerRow
impl UnwindSafe for ExplorerRow
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