Struct pgrx_pg_sys::tzEntry
source · #[repr(C)]pub struct tzEntry { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for tzEntry
impl Send for tzEntry
impl Sync for tzEntry
impl Unpin for tzEntry
impl UnwindSafe for tzEntry
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