pub struct EpochEndOffset {
pub epoch: i32,
pub end_offset: i64,
pub unknown_tagged_fields: Vec<RawTaggedField>,
}
Fields§
§epoch: i32
§end_offset: i64
§unknown_tagged_fields: Vec<RawTaggedField>
Unknown tagged fields.
Trait Implementations§
Source§impl Clone for EpochEndOffset
impl Clone for EpochEndOffset
Source§fn clone(&self) -> EpochEndOffset
fn clone(&self) -> EpochEndOffset
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EpochEndOffset
impl Debug for EpochEndOffset
Source§impl Default for EpochEndOffset
impl Default for EpochEndOffset
Auto Trait Implementations§
impl Freeze for EpochEndOffset
impl RefUnwindSafe for EpochEndOffset
impl Send for EpochEndOffset
impl Sync for EpochEndOffset
impl Unpin for EpochEndOffset
impl UnwindSafe for EpochEndOffset
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