pub struct LeanRecord {
pub offset: i64,
pub timestamp: i64,
/* private fields */
}Expand description
One record: where it is, not what it contains.
Fields§
§offset: i64§timestamp: i64Trait Implementations§
Source§impl Clone for LeanRecord
impl Clone for LeanRecord
Source§fn clone(&self) -> LeanRecord
fn clone(&self) -> LeanRecord
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 moreimpl Copy for LeanRecord
Auto Trait Implementations§
impl Freeze for LeanRecord
impl RefUnwindSafe for LeanRecord
impl Send for LeanRecord
impl Sync for LeanRecord
impl Unpin for LeanRecord
impl UnsafeUnpin for LeanRecord
impl UnwindSafe for LeanRecord
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