Enum delta_sharing_server::protocol::table::Version
source · pub enum Version {
Latest,
Timestamp(DateTime<Utc>),
}Expand description
Requested table version.
Variants§
Latest
Latest table version.
Timestamp(DateTime<Utc>)
Earliest table version after the specified timestamp.
Trait Implementations§
source§impl PartialEq<Version> for Version
impl PartialEq<Version> for Version
impl Copy for Version
impl StructuralPartialEq for Version
Auto Trait Implementations§
impl RefUnwindSafe for Version
impl Send for Version
impl Sync for Version
impl Unpin for Version
impl UnwindSafe for Version
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