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