Struct kafka_json_processor_core::journal::OffsetKey
source · [−]Tuple Fields
0: String
1: i32
Trait Implementations
impl Eq for OffsetKey
impl StructuralEq for OffsetKey
impl StructuralPartialEq for OffsetKey
Auto Trait Implementations
impl RefUnwindSafe for OffsetKey
impl Send for OffsetKey
impl Sync for OffsetKey
impl Unpin for OffsetKey
impl UnwindSafe for OffsetKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more