#[repr(C)]pub struct Tstzrange {
pub start: Tstzbound,
pub end: Tstzbound,
}
Fields§
§start: Tstzbound
§end: Tstzbound
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tstzrange
impl RefUnwindSafe for Tstzrange
impl Send for Tstzrange
impl Sync for Tstzrange
impl Unpin for Tstzrange
impl UnwindSafe for Tstzrange
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