pub struct PgTimezoneAbbrevs;Trait Implementations§
Source§impl VirtualTable for PgTimezoneAbbrevs
impl VirtualTable for PgTimezoneAbbrevs
Auto Trait Implementations§
impl Freeze for PgTimezoneAbbrevs
impl RefUnwindSafe for PgTimezoneAbbrevs
impl Send for PgTimezoneAbbrevs
impl Sync for PgTimezoneAbbrevs
impl Unpin for PgTimezoneAbbrevs
impl UnsafeUnpin for PgTimezoneAbbrevs
impl UnwindSafe for PgTimezoneAbbrevs
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