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