pub enum Tstzbound {
Included(Timestamptz),
Excluded(Timestamptz),
Unbounded,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tstzbound
impl RefUnwindSafe for Tstzbound
impl Send for Tstzbound
impl Sync for Tstzbound
impl Unpin for Tstzbound
impl UnwindSafe for Tstzbound
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