pub enum ReadUntil {
Unbounded,
Timestamp(Timestamp),
}Variants§
Implementations§
Trait Implementations§
impl Copy for ReadUntil
impl Eq for ReadUntil
impl StructuralPartialEq for ReadUntil
Auto Trait Implementations§
impl Freeze for ReadUntil
impl RefUnwindSafe for ReadUntil
impl Send for ReadUntil
impl Sync for ReadUntil
impl Unpin for ReadUntil
impl UnwindSafe for ReadUntil
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