pub enum AutoOffsetReset {
Earliest,
Latest,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutoOffsetReset
impl RefUnwindSafe for AutoOffsetReset
impl Send for AutoOffsetReset
impl Sync for AutoOffsetReset
impl Unpin for AutoOffsetReset
impl UnwindSafe for AutoOffsetReset
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